Age | Commit message (Collapse) | Author |
|
instead of hard-coding --help and --version descriptions.
Split --help output into smaller pieces.
Use fputs, not printf.
|
|
|
|
From Michael Stone. http://bugs.debian.org/99272
|
|
From Jochen Hein.
|
|
into the scopes where they're actually used.
(unary_operator): Likewise for `fd'.
|
|
Use intmax_t for argument integers, not long.
(age_of, binary_operator): Use time_t for times, not long.
(unary_operator): If N is out of int range, -t N now returns false.
|
|
`and'.
|
|
(main): Call atexit with close_stdout.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if the POSIXLY_CORRECT environment variable is set.
|
|
|
|
|
|
|
|
(main): Use PACKAGE_VERSION instead of version_string.
|
|
call setlocale, bindtextdomain, and textdomain.
|
|
(main): Protoize function definition.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From Karl.
|
|
|
|
From Karl Berry.
|
|
|
|
|
|
From Klaus.Reichl@aut.alcatel.at.
|
|
`void error ();'.
|
|
(unary_operator): Use safe_lstat instead of SAFE_LSTAT.
|