Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-31 | Document general use of test-wrapper and test-wrapper-env. | Joseph Myers | |
2012-10-29 | manual: delete nested @cartouche | Mike Frysinger | |
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 | |
2012-10-18 | Add note on free list pointers overwriting M_PERTURB bytes | Siddhesh Poyarekar | |
Fixes BZ #12140. | |||
2012-09-25 | Add __ppc_get_timebase_freq to ppc.h. | Tulio Magno Quites Machado Filho | |
2012-09-07 | Use www.gnu.org as example hostname in manual/examples/inetcli.c. | Joseph Myers | |
2012-09-07 | Fix description of carg branch cut (bug 13542) | John Tobey | |
2012-09-07 | Use www.gnu.org as example hostname in manual (bug 10014). | Joseph Myers | |
2012-09-07 | Fix pointers between nodes in manual (bug 10038). | Joseph Myers | |
2012-09-05 | * manual/contrib.texi (Contributors): Fix typo. Complete entry. | Alexandre Oliva | |
2012-08-20 | Fix typos in manual wrt syslog. | Roland McGrath | |
2012-08-13 | * manual/stdio.texi (snprintf): Clarify handling of the trailing | Jeff Law | |
null byte in the output string. | |||
2012-07-25 | Rename __secure_getenv to secure_getenv | Florian Weimer | |
2012-07-20 | Document va_copy in preference to __va_copy. | Joseph Myers | |
2012-07-17 | setcontext: Clarify termination when uc_link is the null pointer. | Thomas Schwinge | |
2012-07-09 | BZ#14336: Manual spelling fixes. | Roland McGrath | |
2012-06-28 | manual/contrib.texi (Contributors): Sort alphabetically by last name. | Thomas Schwinge | |
2012-06-27 | Add Samuel Thibault to manual/contrib.texi | Andreas Jaeger | |
2012-06-15 | Update manual/contrib.texi | Andreas Jaeger | |
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 | |
2012-06-11 | BZ#14218: Reword argp_parse description slightly. | Roland McGrath | |
2012-06-04 | Manual for platform-specific features and new __ppc_get_timebase inline. | Tulio Magno Quites Machado Filho | |
[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 | |
2012-05-21 | Rewrite manual/contrib.texi | Andreas Jaeger | |
* 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 | |
2012-05-18 | Fix INSTALL description for modified files in source dir | Andreas Jaeger | |
2012-05-17 | Avoid compiler warnings in qsort/bsearch examples | Andreas Jaeger | |
2012-05-16 | Update Texinfo version requirement. | Joseph Myers | |
2012-05-14 | Do not build manual in source dir | Andreas Jaeger | |
[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 | |
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 | |
This reverts commit e3945c47bdac1149a1fec5d46bd567a248cd17b9. reverting since it breaks building. | |||
2012-05-04 | Revert "Update install.texi for building manual in build dir" | Andreas Jaeger | |
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 | |
2012-05-04 | Do not build manual in the source directory | Andreas Jaeger | |
[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 | |
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 | |
[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 | |
[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 | |
[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 | |
[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 | |
[BZ #10254] The manual failed to explain the new (the first were introduced with glibc 2.3 or so) parameters to fopen. | |||
2012-04-09 | Use sourceware.org for email and web references. | Carlos O'Donell | |
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. | |||
2012-04-08 | Document return values of putenv and setenv | Andreas Jaeger | |
[BZ #10153] * manual/startup.texi (Environment Access): Describe return value for putenv and setenv. | |||
2012-04-08 | Add generated file version.texi | Andreas Jaeger | |
2012-04-08 | Describe DT_LNK | Andreas Jaeger | |
[BZ #6895] * manual/filesys.texi (Directory Entries): Add description for DT_LNK. | |||
2012-04-08 | Fix DT_UNKNOWN description | Andreas Jaeger | |
[BZ #6890] * manual/filesys.texi (Directory Entries): Clarify that it's file system not operating system in the description of DT_UNKNOWN. | |||
2012-04-08 | Fix closelog description | Andreas Jaeger | |
[BZ #6578] The manual mentioned a non-existing function initlog, replace it with openlog. | |||
2012-04-08 | Better describe open arguments | Stephen Compall | |
[BZ #6649] * manual/llio.texi (Opening and Closing Files): Add cross reference to explain mode argument. | |||
2012-04-06 | Fix typo in manual | Robert Millan | |
lseek refers to WHENCE when it really means OFFSET | |||
2012-04-03 | Fix typo in manual | Andreas Jaeger | |
[BZ # 13938] * manual/setjmp.texi (System V contexts): Fix sentence. | |||
2012-03-21 | Don't document varargs.h. | Joseph Myers | |