Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-03-21 | Remove NOTES. | Joseph Myers | |
2012-03-14 | BZ#13846: manual/llio.texi (Memory-mapped I/O): Fix wrong function name. | Roland McGrath | |
2012-03-08 | Clean up glibc manual references to "GNU system" (bug 6911). | Joseph Myers | |
2012-03-07 | Remove distribute variable from Makefiles | Ulrich Drepper | |
2012-03-05 | Reduce discussion of types to which size_t may be equivalent. | Joseph Myers | |
2012-03-02 | BZ #13792: License manual example source files under GPL. | Roland McGrath | |
2012-03-02 | BZ #13792: Add missing file from last commit. | Roland McGrath | |
2012-03-02 | BZ#13792: Move timeval_subtract example function in manual into an examples/ ↵ | Roland McGrath | |
C source file. | |||
2012-03-02 | Document properties of standard typedefs, not exact types. | Joseph Myers | |
2012-03-01 | Require binutils 2.20 or later. | Joseph Myers | |
2012-02-28 | Use Texinfo macros to refer to the GNU C Library within the manual. | Joseph Myers | |
2012-02-27 | Require GCC 4.3 or later. | Joseph Myers | |
2012-02-27 | Require Linux kernel headers from "make headers_install", >= 2.6.19.1. | Joseph Myers | |
2012-02-27 | Don't document fclean. | Joseph Myers | |
2012-02-27 | Automatically generate version number in manual; omit edition / updated date. | Joseph Myers | |
2012-02-24 | Update texinfo.tex to version 2012-01-19.16. | Joseph Myers | |
2012-02-24 | Update makefile for FDL 1.3 change. | Joseph Myers | |
2012-02-24 | BZ#13738: Switch manual to FDL 1.3. | Roland McGrath | |
2012-02-24 | BZ#13738: Parameterize and fix mention of FDL version in manual. | Roland McGrath | |
2012-02-22 | Prefer C99 names for long long limit macros. | Joseph Myers | |
2012-02-22 | Revert VERSION and UPDATED changes in manual. | Joseph Myers | |
2012-02-21 | Fix stray word in line-wrapped comment in install.texi. | Joseph Myers | |
2012-02-21 | Update or avoid glibc version numbers in manual. | Joseph Myers | |
2012-02-19 | Add support for Linux error EHWPOISON | Andreas Schwab | |
2012-02-19 | Fix parameter name in strnlen documentation. | Joseph Myers | |
2012-02-19 | Make seteuid argument name consistent in manual. | Joseph Myers | |
2012-02-19 | Correct list of services in example NSS configuration file. | Joseph Myers | |
2012-02-19 | Remove erroneous statements about negative zero. | Nick Bowler | |
2012-02-18 | Remove documentation of upgrading from libc5. | Joseph Myers | |
2012-02-18 | Do not claim that GCC predefines __POSIX__. | Joseph Myers | |
2012-02-18 | Make declarations of "main" in examples consistent. | Rafe Kettler | |
2012-02-17 | Correct documentation of FLT_EPSILON. | Joseph Myers | |
2012-02-17 | Change recommendation of strchrnul in strchr documentation. | Fabrice Bauzac | |
2012-02-17 | Document LOCPATH. | Dwayne Grant McConnell | |
2012-02-17 | Fix documented parameters to execle. | Joseph Myers | |
2012-02-17 | Fix typo (LC_TYPE -> LC_CTYPE). | Paul Bolle | |
2012-02-17 | Fix various problems with @deftypefun lines. | Nicolas Boulenguez | |