Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libiberty: documentation markup and order fixes. | Ralf Wildenhues | 2011-02-03 | 1 | -4/+7 |
| | | | | | | | | | | | | | | | | | | libiberty/: * splay-tree.c: Escape wrapping newlines in texinfo markup with '@', to fix function declaration output rendering. * gather-docs: Relax and improve macro name matching to actually match all current names and to allow input line wrapping. * bsearch.c, concat.c, crc32.c, fnmatch.txh, fopen_unlocked.c, hashtab.c, insque.c, make-relative-prefix.c, memchr.c, memcmp.c, memcpy.c, memmem.c, memmove.c, mempcpy.c, memset.c, pexecute.txh, random.c, setenv.c, setproctitle.c, simple-object.txh, snprintf.c, stpncpy.c, strncmp.c, strtod.c, strtol.c, vasprintf.c, vprintf.c, vsnprintf.c, xmemdup.c: Wrap long texinfo input lines. * functions.texi: Regenerate. From-SVN: r169783 | ||||
* | fopen_unlocked.c: Enclose multi-word data types in @deftypefn in braces. | Eli Zaretskii | 2005-05-15 | 1 | -3/+3 |
| | | | | | | | | | 2005-05-15 Eli Zaretskii <eliz@gnu.org> * fopen_unlocked.c: Enclose multi-word data types in @deftypefn in braces. From-SVN: r99729 | ||||
* | Update the address and phone number of the FSF organization. | Nick Clifton | 2005-05-10 | 1 | -2/+2 |
| | | | | From-SVN: r99519 | ||||
* | libiberty.h (unlock_std_streams): New. | Kaveh R. Ghazi | 2005-04-26 | 1 | -1/+17 |
| | | | | | | | | | | | | include: * libiberty.h (unlock_std_streams): New. libiberty: * fopen_unlocked.c (unlock_std_streams): New. * functions.texi: Regenerate. From-SVN: r98746 | ||||
* | libiberty.h (unlock_stream): New. | Kaveh R. Ghazi | 2005-04-16 | 1 | -11/+28 |
| | | | | | | | | | | | | | include: * libiberty.h (unlock_stream): New. libiberty: * fopen_unlocked.c (unlock_stream): New. Consolidate unlocking code into a helper function. * functions.texi: Regenerate. From-SVN: r98234 | ||||
* | libiberty.h (fopen_unlocked, [...]): Provide prototypes for new functions. | Kaveh R. Ghazi | 2005-04-11 | 1 | -0/+93 |
include: * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked): Provide prototypes for new functions. libiberty: * Makefile.in (CFILES): Add fopen_unlocked.c. (REQUIRED_OFILES): Add ./fopen_unlocked.o. Regenerate dependencies. * configure.ac: Check for stdio_ext.h and __fsetlocking. * fopen_unlocked.c: New file. * functions.texi, configure, config.in: Regenerate. From-SVN: r97977 |