openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
util-linux
Settings
|
Report Duplicate
36
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very High Activity
Commits
: Listings
Analyzed
about 23 hours
ago. based on code collected
about 23 hours
ago.
Jun 14, 2024 — Jun 14, 2025
Showing page 693 of 695
Search / Filter on:
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.
Jim Meyering
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.
Jim Meyering
More...
about 26 years ago
(PROGRAM_NAME, AUTHORS): Define and use.
Jim Meyering
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.
Jim Meyering
More...
over 26 years ago
update copyright dates
Jim Meyering
More...
over 26 years ago
(usage): Remove static attribute.
Jim Meyering
More...
over 26 years ago
update bug-reporting address
Jim Meyering
More...
over 26 years ago
(longopts): Use corresponding short-option character in place of `1', and `NULL' in place of pointer in initialization.
Jim Meyering
More...
almost 27 years ago
Don't include limits.h.
Jim Meyering
More...
over 27 years ago
use NULL, '\0' instead of zeroes
Jim Meyering
More...
over 27 years ago
(main): Make sure pw->pw_shell is non-NULL before trying to strdup it. Patch from Dick Streefland.
Jim Meyering
More...
over 27 years ago
Remove old-style xmalloc and xrealloc decls.
Jim Meyering
More...
over 27 years ago
update bug-reporting address
Jim Meyering
More...
over 27 years ago
indent
Jim Meyering
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.
Jim Meyering
More...
almost 28 years ago
Use base_name, not basename.
Jim Meyering
More...
about 28 years ago
cpp-indent Change a few #ifdef to #if. Remove 3 spurious #ifdef that were guarding an #undef each.
Jim Meyering
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.
Jim Meyering
More...
about 28 years ago
update copyrights for 1997
Jim Meyering
More...
over 28 years ago
bracket bug address with <> and append a period
Jim Meyering
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.
Jim Meyering
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.
Jim Meyering
More...
over 28 years ago
change bug-reporting address
Jim Meyering
More...
over 28 years ago
change bug-reporting address
Jim Meyering
More...
over 28 years ago
(main): update --version output to conform to coding standard
Jim Meyering
More...
over 28 years ago
(usage): Tell where to report bugs.
Jim Meyering
More...
almost 29 years ago
update Copyright years for 1996
Jim Meyering
More...
about 29 years ago
Update FSF's address.
Jim Meyering
More...
about 29 years ago
Protoize and reorder functions.
Jim Meyering
More...
about 29 years ago
(main): Declare to be of type int, not void.
Jim Meyering
More...
about 29 years ago
←
1
2
…
687
688
689
690
691
692
693
694
695
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree