about summary refs log tree commit diff
path: root/manual
Commit message (Collapse)AuthorAgeFilesLines
* Remove @hsep and @vsep usage from info pagesAllan McRae2012-12-041-1/+1
| | | | These cause an error when the info pages are build with texinfo>=4.13.90.
* Fix typos in arith.texi.Joseph Myers2012-12-011-2/+2
|
* Support --with-pkgversion and --with-bugurl.Joseph Myers2012-11-093-4/+48
|
* BZ#14815: Manual typo fix.Roland McGrath2012-11-071-1/+1
|
* [BZ #157] Remove include/stub-tag.h for good.Thomas Schwinge2012-11-041-2/+1
|
* Document general use of test-wrapper and test-wrapper-env.Joseph Myers2012-10-311-0/+11
|
* manual: delete nested @cartoucheMike Frysinger2012-10-291-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>
* Add cross-test-ssh.sh.Joseph Myers2012-10-251-1/+8
|
* Add note on free list pointers overwriting M_PERTURB bytesSiddhesh Poyarekar2012-10-181-1/+4
| | | | Fixes BZ #12140.
* Add __ppc_get_timebase_freq to ppc.h.Tulio Magno Quites Machado Filho2012-09-251-0/+8
|
* Use www.gnu.org as example hostname in manual/examples/inetcli.c.Joseph Myers2012-09-071-1/+1
|
* Fix description of carg branch cut (bug 13542)John Tobey2012-09-071-3/+3
|
* Use www.gnu.org as example hostname in manual (bug 10014).Joseph Myers2012-09-071-1/+1
|
* Fix pointers between nodes in manual (bug 10038).Joseph Myers2012-09-071-1/+1
|
* * manual/contrib.texi (Contributors): Fix typo. Complete entry.Alexandre Oliva2012-09-051-2/+3
|
* Fix typos in manual wrt syslog.Roland McGrath2012-08-201-2/+2
|
* * manual/stdio.texi (snprintf): Clarify handling of the trailingJeff Law2012-08-131-0/+2
| | | | null byte in the output string.
* Rename __secure_getenv to secure_getenvFlorian Weimer2012-07-251-3/+19
|
* Document va_copy in preference to __va_copy.Joseph Myers2012-07-202-14/+16
|
* setcontext: Clarify termination when uc_link is the null pointer.Thomas Schwinge2012-07-171-1/+2
|
* BZ#14336: Manual spelling fixes.Roland McGrath2012-07-092-5/+5
|
* manual/contrib.texi (Contributors): Sort alphabetically by last name.Thomas Schwinge2012-06-281-17/+17
|
* Add Samuel Thibault to manual/contrib.texiAndreas Jaeger2012-06-271-0/+3
|
* Update manual/contrib.texiAndreas Jaeger2012-06-151-1/+10
| | | | | Update entry of Liubov Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites Machado Filho.
* Make sure <build-dir>/manual directory gets created.Roland McGrath2012-06-141-0/+1
|
* BZ#14218: Reword argp_parse description slightly.Roland McGrath2012-06-111-6/+6
|
* Manual for platform-specific features and new __ppc_get_timebase inline.Tulio Magno Quites Machado Filho2012-06-044-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.
* Do not mention old Linux kernel versions in installation documentation.Joseph Myers2012-05-231-7/+2
|
* Rewrite manual/contrib.texiAndreas Jaeger2012-05-211-102/+235
| | | | | * manual/contrib.texi: Completely rewritten. It contains now an alphabetical list of contributors and their contributions.
* Add <sys/auxv.h> and getauxval.Richard Henderson2012-05-201-1/+29
|
* Fix INSTALL description for modified files in source dirAndreas Jaeger2012-05-181-2/+2
|
* Avoid compiler warnings in qsort/bsearch examplesAndreas Jaeger2012-05-172-3/+12
|
* Update Texinfo version requirement.Joseph Myers2012-05-161-1/+1
|
* Do not build manual in source dirAndreas Jaeger2012-05-144-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.
* Fix concat exampleAndreas Jaeger2012-05-141-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>.
* Revert "Do not build manual in the source directory"Andreas Jaeger2012-05-043-73/+87
| | | | | | This reverts commit e3945c47bdac1149a1fec5d46bd567a248cd17b9. reverting since it breaks building.
* Revert "Update install.texi for building manual in build dir"Andreas Jaeger2012-05-041-4/+4
| | | | | | | This reverts commit 0d80ac6813e3bf21fad6d87202e9efe6d0c17a82. Reverting since e3945c47bdac1149a1fec5d46bd567a248cd17b9 gets reverted as well.
* Update install.texi for building manual in build dirAndreas Jaeger2012-05-041-4/+4
|
* Do not build manual in the source directoryAndreas Jaeger2012-05-043-87/+73
| | | | | | | [BZ #13750] Build the manual in the build directory and not anymore in the source directory.
* Move FAQ to wikiAndreas Jaeger2012-05-031-4/+4
| | | | | The FAQ is now at http://sourceware.org/glibc/wiki/FAQ and not anymore part of the repository.
* Remove standalone manual supportAndreas Jaeger2012-04-231-42/+1
| | | | | | [BZ #13739] We don't need a separate manual distribution tar ball anymore, remove support for it from manual/Makefile.
* Fix description of user provided write functionPetr Baudis2012-04-121-1/+2
| | | | | | [BZ #2074] * stdio.texi (Hook Functions): The user provided writer function is not allowed to return -1.
* Fix times return value, CLK_TCK descriptionAndreas Jaeger2012-04-112-11/+12
| | | | | | | | | | [BZ #2636] * manual/time.texi (Processor Time): Return type of times is elapsed real time since an arbitrary point in the past. (CPU Time): Move CLK_TCK from here... (Processor Time): ...to here. Correct description. * manual/conf.texi (Constants for Sysconf): Correct description of _SC_CLK_TCK.
* Enhance d_namlen descriptionAndreas Jaeger2012-04-091-3/+5
| | | | | | [BZ #6894] * manual/filesys.texi (Directory Entries): Mention that d_namlen is an optional BSD extension.
* Document additional fopen optionsAndreas Jaeger2012-04-091-7/+25
| | | | | | [BZ #10254] The manual failed to explain the new (the first were introduced with glibc 2.3 or so) parameters to fopen.
* Use sourceware.org for email and web references.Carlos O'Donell2012-04-091-1/+1
| | | | | | | | | We use sourceware.org consistently to reference the server that RedHat provides for community services to open-source projects. [BZ # 13963] * manual/install.texi: Use sourceware.org.
* Document return values of putenv and setenvAndreas Jaeger2012-04-081-0/+7
| | | | | | [BZ #10153] * manual/startup.texi (Environment Access): Describe return value for putenv and setenv.
* Add generated file version.texiAndreas Jaeger2012-04-081-0/+1
|
* Describe DT_LNKAndreas Jaeger2012-04-081-0/+3
| | | | | | [BZ #6895] * manual/filesys.texi (Directory Entries): Add description for DT_LNK.
* Fix DT_UNKNOWN descriptionAndreas Jaeger2012-04-081-1/+2
| | | | | | [BZ #6890] * manual/filesys.texi (Directory Entries): Clarify that it's file system not operating system in the description of DT_UNKNOWN.