Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-18 | Fix AArch64 typo. | Marcus Shawcroft | 1 | -1/+1 | |
2012-12-13 | Update manual/contrib.texi | David S. Miller | 1 | -3/+10 | |
* manual/contrib.texi (Contributors): Update entries for Hongjiu Lu and Joseph S. Myers. Add entry for Marcus Shawcroft. | |||||
2012-12-11 | Move node Argp Helper Functions to follow Argp Parsing State | Siddhesh Poyarekar | 1 | -79/+79 | |
Resolves BZ #14246. | |||||
2012-12-11 | Mention if terminating null is included in NAME_MAX/PATH_MAX | Siddhesh Poyarekar | 1 | -2/+4 | |
Fixes BZ #14872. | |||||
2012-12-08 | BZ #14833: message.texi typo fixes | Benno Schulenberg | 1 | -10/+10 | |
2012-12-04 | Remove @hsep and @vsep usage from info pages | Allan McRae | 1 | -1/+1 | |
These cause an error when the info pages are build with texinfo>=4.13.90. | |||||
2012-12-01 | Fix typos in arith.texi. | Joseph Myers | 1 | -2/+2 | |
2012-11-09 | Support --with-pkgversion and --with-bugurl. | Joseph Myers | 3 | -4/+48 | |
2012-11-07 | BZ#14815: Manual typo fix. | Roland McGrath | 1 | -1/+1 | |
2012-11-04 | [BZ #157] Remove include/stub-tag.h for good. | Thomas Schwinge | 1 | -2/+1 | |
2012-10-31 | Document general use of test-wrapper and test-wrapper-env. | Joseph Myers | 1 | -0/+11 | |
2012-10-29 | manual: delete nested @cartouche | Mike Frysinger | 1 | -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-25 | Add cross-test-ssh.sh. | Joseph Myers | 1 | -1/+8 | |
2012-10-18 | Add note on free list pointers overwriting M_PERTURB bytes | Siddhesh Poyarekar | 1 | -1/+4 | |
Fixes BZ #12140. | |||||
2012-09-25 | Add __ppc_get_timebase_freq to ppc.h. | Tulio Magno Quites Machado Filho | 1 | -0/+8 | |
2012-09-07 | Use www.gnu.org as example hostname in manual/examples/inetcli.c. | Joseph Myers | 1 | -1/+1 | |
2012-09-07 | Fix description of carg branch cut (bug 13542) | John Tobey | 1 | -3/+3 | |
2012-09-07 | Use www.gnu.org as example hostname in manual (bug 10014). | Joseph Myers | 1 | -1/+1 | |
2012-09-07 | Fix pointers between nodes in manual (bug 10038). | Joseph Myers | 1 | -1/+1 | |
2012-09-05 | * manual/contrib.texi (Contributors): Fix typo. Complete entry. | Alexandre Oliva | 1 | -2/+3 | |
2012-08-20 | Fix typos in manual wrt syslog. | Roland McGrath | 1 | -2/+2 | |
2012-08-13 | * manual/stdio.texi (snprintf): Clarify handling of the trailing | Jeff Law | 1 | -0/+2 | |
null byte in the output string. | |||||
2012-07-25 | Rename __secure_getenv to secure_getenv | Florian Weimer | 1 | -3/+19 | |
2012-07-20 | Document va_copy in preference to __va_copy. | Joseph Myers | 2 | -14/+16 | |
2012-07-17 | setcontext: Clarify termination when uc_link is the null pointer. | Thomas Schwinge | 1 | -1/+2 | |
2012-07-09 | BZ#14336: Manual spelling fixes. | Roland McGrath | 2 | -5/+5 | |
2012-06-28 | manual/contrib.texi (Contributors): Sort alphabetically by last name. | Thomas Schwinge | 1 | -17/+17 | |
2012-06-27 | Add Samuel Thibault to manual/contrib.texi | Andreas Jaeger | 1 | -0/+3 | |
2012-06-15 | Update manual/contrib.texi | Andreas Jaeger | 1 | -1/+10 | |
Update entry of Liubov Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites Machado Filho. | |||||
2012-06-14 | Make sure <build-dir>/manual directory gets created. | Roland McGrath | 1 | -0/+1 | |
2012-06-11 | BZ#14218: Reword argp_parse description slightly. | Roland McGrath | 1 | -6/+6 | |
2012-06-04 | Manual for platform-specific features and new __ppc_get_timebase inline. | Tulio Magno Quites Machado Filho | 4 | -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-23 | Do not mention old Linux kernel versions in installation documentation. | Joseph Myers | 1 | -7/+2 | |
2012-05-21 | Rewrite manual/contrib.texi | Andreas Jaeger | 1 | -102/+235 | |
* manual/contrib.texi: Completely rewritten. It contains now an alphabetical list of contributors and their contributions. | |||||
2012-05-20 | Add <sys/auxv.h> and getauxval. | Richard Henderson | 1 | -1/+29 | |
2012-05-18 | Fix INSTALL description for modified files in source dir | Andreas Jaeger | 1 | -2/+2 | |
2012-05-17 | Avoid compiler warnings in qsort/bsearch examples | Andreas Jaeger | 2 | -3/+12 | |
2012-05-16 | Update Texinfo version requirement. | Joseph Myers | 1 | -1/+1 | |
2012-05-14 | Do not build manual in source dir | Andreas Jaeger | 4 | -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-14 | Fix concat example | Andreas Jaeger | 1 | -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-04 | Revert "Do not build manual in the source directory" | Andreas Jaeger | 3 | -73/+87 | |
This reverts commit e3945c47bdac1149a1fec5d46bd567a248cd17b9. reverting since it breaks building. | |||||
2012-05-04 | Revert "Update install.texi for building manual in build dir" | Andreas Jaeger | 1 | -4/+4 | |
This reverts commit 0d80ac6813e3bf21fad6d87202e9efe6d0c17a82. Reverting since e3945c47bdac1149a1fec5d46bd567a248cd17b9 gets reverted as well. | |||||
2012-05-04 | Update install.texi for building manual in build dir | Andreas Jaeger | 1 | -4/+4 | |
2012-05-04 | Do not build manual in the source directory | Andreas Jaeger | 3 | -87/+73 | |
[BZ #13750] Build the manual in the build directory and not anymore in the source directory. | |||||
2012-05-03 | Move FAQ to wiki | Andreas Jaeger | 1 | -4/+4 | |
The FAQ is now at http://sourceware.org/glibc/wiki/FAQ and not anymore part of the repository. | |||||
2012-04-23 | Remove standalone manual support | Andreas Jaeger | 1 | -42/+1 | |
[BZ #13739] We don't need a separate manual distribution tar ball anymore, remove support for it from manual/Makefile. | |||||
2012-04-12 | Fix description of user provided write function | Petr Baudis | 1 | -1/+2 | |
[BZ #2074] * stdio.texi (Hook Functions): The user provided writer function is not allowed to return -1. | |||||
2012-04-11 | Fix times return value, CLK_TCK description | Andreas Jaeger | 2 | -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. | |||||
2012-04-09 | Enhance d_namlen description | Andreas Jaeger | 1 | -3/+5 | |
[BZ #6894] * manual/filesys.texi (Directory Entries): Mention that d_namlen is an optional BSD extension. | |||||
2012-04-09 | Document additional fopen options | Andreas Jaeger | 1 | -7/+25 | |
[BZ #10254] The manual failed to explain the new (the first were introduced with glibc 2.3 or so) parameters to fopen. |