Age | Commit message (Collapse) | Author |
|
|
|
(write_counts): Use it to select printf formats.
(main): Set posixly_correct from the POSIXLY_CORRECT envvar.
From Peter Moulder.
|
|
|
|
|
|
|
|
|
|
|
|
[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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Declare bytes_read to be ssize_t.
|
|
|
|
Declare counters to be of type uintmax_t.
(write_counts): Use human_readable to format potentially-long-long
numbers. Suggestion from Rogier Wolff.
|
|
|
|
(wc, write_counts): Implement it.
From Bruno Haible.
|
|
|
|
|
|
|
|
*) 0' as last parameter in getopt_long call.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This doesn't change `error (1' calls.
|
|
|
|
(main): Use PACKAGE_VERSION instead of version_string.
|
|
bindtextdomain, and textdomain.
|
|
|
|
|
|
|
|
Remove forward dcls.
|
|
|
|
|
|
|
|
From Karl Berry.
|
|
|
|
|
|
non-regular files (esp ttys on SunOS) even when it fails.
|
|
|
|
|
|
Detect/handle case in which CURR position > EOF.
|