lib/getusershell.c


Log

Author Commit Date CI Message
Jim Meyering c53667dc 2000-12-16T22:25:44 [!SHELLS_FILE && __DJGPP__]: Define 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.
Jim Meyering 3e391882 2000-11-07T15:35:15 (setusershell): Use rewind rather than fseek/fseeko, to avoid configuration hassles with fseeko. Don't bother opening SHELLS_FILE if shellstream is NULL; it's not necessary.
Jim Meyering 985743b6 2000-10-28T07:47:04 (setusershell) [HAVE_FSEEKO]: Use fseek0. Patch by Ulrich Drepper.
Jim Meyering c81ef04f 2000-06-25T21:17:32 (xmalloc, xrealloc): Remove functions. Include xalloc.h. Don't include <stdlib.h>. Don't declare malloc, realloc.
Jim Meyering 89f0bcab 1997-09-21T13:15:48 (IN_CTYPE_DOMAIN): Define. (ISSPACE): Define. (readname): Use ISSPACE, not isspace.
Jim Meyering ebbec490 1996-11-24T03:04:12 remove trailing blanks
Jim Meyering 783c1624 1996-07-15T03:56:06 indent cpp-directives
Jim Meyering 5d08444e 1996-07-15T03:43:36 update FSF address in copyright
Jim Meyering 8f16c54c 1994-09-27T20:52:18 merge with 1.10n1
Jim Meyering 86464e34 1993-10-24T21:30:11 merge with 1.8.1h
Jim Meyering 10074829 1993-10-12T14:49:15 merge with 1.8.1d
Jim Meyering 29e59276 1992-11-12T04:13:46 Make tables static and const when possible. getdate.c (getdate_yyerr, getdate_yylex): Declare these functions static.
Jim Meyering 43e78b97 1992-11-01T05:44:30 Initial revision