Age | Commit message (Collapse) | Author |
|
|
|
`exit (1)' to `exit (EXIT_FAILURE)', and
`usage (1)' to `usage (EXIT_FAILURE)'.
|
|
|
|
|
|
instead of hard-coding --help and --version descriptions.
Split --help output into smaller pieces.
Use fputs, not printf.
|
|
|
|
(main): Call atexit with close_stdout.
|
|
(main): Call close_stdout.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(main): Use PACKAGE_VERSION instead of version_string.
|
|
call setlocale, bindtextdomain, and textdomain.
|
|
|
|
|
|
From Karl.
|
|
|
|
`void error ();'.
|
|
|
|
|
|
|
|
|
|
|