36
I Use This!
Very High Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Jun 14, 2024 — Jun 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(run_shell): Declare with noreturn attribute. Use an explicit exit(1) rather than doing that through error. More... almost 26 years ago
No longer include long-options.h. [long_options]: Add entries for --help and --version. Remove parse_long_options call. (main) [getopt switch]: Add a case for each of --help and --version. More... about 26 years ago
(PROGRAM_NAME, AUTHORS): Define and use. More... about 26 years ago
Include long-options.h. [long_options]: Remove the "help" and "version" entries. Remove declarations of show_help and show_version. (main): Use parse_long_options, including author name(s). Remove the show_version and show_help blocks. More... over 26 years ago
update copyright dates More... over 26 years ago
(usage): Remove static attribute. More... over 26 years ago
update bug-reporting address More... over 26 years ago
(longopts): Use corresponding short-option character in place of `1', and `NULL' in place of pointer in initialization. More... almost 27 years ago
Don't include limits.h. More... over 27 years ago
use NULL, '\0' instead of zeroes More... over 27 years ago
(main): Make sure pw->pw_shell is non-NULL before trying to strdup it. Patch from Dick Streefland. More... over 27 years ago
Remove old-style xmalloc and xrealloc decls. More... over 27 years ago
update bug-reporting address More... over 27 years ago
indent More... almost 28 years ago
Redefine/undef getusershell around inclusion of <unistd.h> (via system.h) so Cray's int-returning prototype doesn't conflict with our char*-returning one. More... almost 28 years ago
Use base_name, not basename. More... about 28 years ago
cpp-indent Change a few #ifdef to #if. Remove 3 spurious #ifdef that were guarding an #undef each. More... about 28 years ago
(log_su): Resort to getpwuid if getlogin fails. If no tty name is found, use `none' in the log message. Based on a patch from Galen Hazelwood. More... about 28 years ago
update copyrights for 1997 More... over 28 years ago
bracket bug address with <> and append a period More... over 28 years ago
Compare getopt_long return value against -1, not EOF. Use NULL, not '(int *) 0' as last parameter in getopt_long call. More... over 28 years ago
[HAVE_PATHS_H]: Include <paths.h>. [_PATH_DEFPATH]: Use this to define DEFAULT_LOGIN_PATH. [_PATH_DEFPATH_ROOT]: Use this to define DEFAULT_ROOT_LOGIN_PATH. From Rik Faith. More... over 28 years ago
change bug-reporting address More... over 28 years ago
change bug-reporting address More... over 28 years ago
(main): update --version output to conform to coding standard More... over 28 years ago
(usage): Tell where to report bugs. More... almost 29 years ago
update Copyright years for 1996 More... about 29 years ago
Update FSF's address. More... about 29 years ago
Protoize and reorder functions. More... about 29 years ago
(main): Declare to be of type int, not void. More... about 29 years ago