Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-04 | Sync from gnulib, to remove dependencies of other modules on unlocked-io. | Paul Eggert | |
2004-04-04 | Sync from gnulib. | Jim Meyering | |
2003-09-10 | Include <stdlib.h> unconditionally. | Jim Meyering | |
(getusershell, setusershell, endusershell, readname, main): Define with prototypes. (readname, default_index, line_size, readname): Use size_t, not int, for sizes. (readname): If the size overflows, report an error instead of looping forever. | |||
2003-04-11 | Remove anachronistic casts of xmalloc, xrealloc, and xcalloc return values. | Jim Meyering | |
2001-11-17 | Include unlocked-io.h. | Jim Meyering | |
2000-12-16 | [!SHELLS_FILE && __DJGPP__]: Define | Jim Meyering | |
SHELLS_FILE to a file name that's useful on djgpp systems. Include stdlib.h. (ADDITIONAL_DEFAULT_SHELLS): Define. (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS. Based mostly on a patch from Prashant TR. | |||
2000-11-07 | (setusershell): Use rewind rather than | Jim Meyering | |
fseek/fseeko, to avoid configuration hassles with fseeko. Don't bother opening SHELLS_FILE if shellstream is NULL; it's not necessary. | |||
2000-10-28 | (setusershell) [HAVE_FSEEKO]: Use fseek0. | Jim Meyering | |
Patch by Ulrich Drepper. | |||
2000-06-25 | (xmalloc, xrealloc): Remove functions. | Jim Meyering | |
Include xalloc.h. Don't include <stdlib.h>. Don't declare malloc, realloc. | |||
1997-09-21 | (IN_CTYPE_DOMAIN): Define. | Jim Meyering | |
(ISSPACE): Define. (readname): Use ISSPACE, not isspace. | |||
1996-11-24 | remove trailing blanks | Jim Meyering | |
1996-07-15 | indent cpp-directives | Jim Meyering | |
1996-07-15 | update FSF address in copyright | Jim Meyering | |
1994-09-27 | merge with 1.10n1 | Jim Meyering | |
1993-10-24 | merge with 1.8.1h | Jim Meyering | |
1993-10-12 | merge with 1.8.1d | Jim Meyering | |
1992-11-12 | Make tables static and const when possible. | Jim Meyering | |
getdate.c (getdate_yyerr, getdate_yylex): Declare these functions static. | |||
1992-11-01 | Initial revision | Jim Meyering | |