Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-04 | Sync from gnulib, to remove dependencies of other modules on unlocked-io. | Paul Eggert | |
2004-08-02 | Rewrite to avoid casts. | Paul Eggert | |
2004-03-21 | (readtoken): Don't leak 64 bytes when reading an empty input stream. | Jim Meyering | |
2004-03-21 | Include <stdbool.h>. | Jim Meyering | |
(readtoken): Use `size_t' rather than int/long. All callers adjusted. Use `bool' rather than `int' where appropriate. Use memset rather than an explicit loop. Use x2nrealloc rather than xrealloc. Allow the use of `\0' as a delimiter. (readtokens): Likewise. | |||
2003-09-10 | Include readtokens.h first, to test interface. | Jim Meyering | |
Include <stdlib.h>, <string.h> unconditionally. (init_tokenbuffer): Define with a prototype. | |||
2003-06-07 | Remove unnecessary parentheses around malloc. | Jim Meyering | |
2003-06-07 | Put `Free Software Foundation' in place of my name | Jim Meyering | |
in the copyright comment. | |||
2003-04-11 | Remove anachronistic casts of xmalloc, xrealloc, and xcalloc return values. | Jim Meyering | |
2003-01-14 | (readtoken): Cast character to 'unsigned char', not 'unsigned int'. | Jim Meyering | |
2001-12-09 | (readtoken): Declare an index to be of type unsigned | Jim Meyering | |
to avoid a pedantic warning. | |||
2001-11-17 | Remove explicit declarations of xmalloc and xrealloc, | Jim Meyering | |
Instead, include "xalloc.h". | |||
2001-11-17 | Include unlocked-io.h. | Jim Meyering | |
1999-04-11 | (readtoken, readtokens): Protoize. | Jim Meyering | |
1996-07-15 | indent cpp-directives | Jim Meyering | |
1996-07-15 | update FSF address in copyright | Jim Meyering | |
1996-02-24 | Unprotoize. | Jim Meyering | |
1995-08-07 | Declare xmalloc, xrealloc rather than including xalloc.h. | Jim Meyering | |
1995-01-27 | . | Jim Meyering | |