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.
|
|
|
|
|
|
didn't cover --version output.
(main): Arrange to call close_stdout via atexit, instead.
|
|
(usage): Call close_stdout just before exit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
is *not* set. Reported by Frank T Lofaro.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(main): Use PACKAGE_VERSION instead of version_string.
|
|
call setlocale, bindtextdomain, and textdomain.
|
|
|
|
|
|
|
|
From Karl.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|