Age | Commit message (Collapse) | Author |
|
the ASCII space character.
|
|
Include the word `fail' in some diagnostics to make it clearer
that they indicate a failure.
s/getting attributes/failed to get attributes/
|
|
|
|
Include the word `fail' in some diagnostics to make it clearer
that they indicate a failure.
s/getting attributes/failed to get attributes/
|
|
Include the word `fail' in some diagnostics to make it clearer
that they indicate a failure.
s/getting attributes/failed to get attributes/
|
|
Include the word `fail' in some diagnostics to make it clearer
that they indicate a failure.
s/getting attributes/failed to get attributes/
|
|
Include the word `fail' in some diagnostics to make it clearer
that they indicate a failure.
s/getting attributes/failed to get attributes/
|
|
that they indicate a failure.
s/getting attributes/failed to get attributes/
|
|
(skip_via_lseek) [__linux__]: New function.
(skip): Use skip_via_lseek, not buggy_lseek_support.
|
|
|
|
|
|
|
|
instead of hard-coding --help and --version descriptions.
|
|
|
|
systems for which errno is set to EPERM in that case. Thus, e.g.,
`touch /' by non-root gives a better diagnostic on systems like SunOS4.
|
|
just fine on non-tape character devices like /dev/mem and /dev/kmem.
(buggy_lseek_support) [__linux__]: Emulate `skip=N'
behavior using reads, not lseek for Linux tape devices (major == 9).
Kernel lseek support for tapes is broken, up to and including
linux-2.4.16. Reported by Herbert Xu.
|
|
HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION.
|
|
HELP_OPTION_DESCRIPTION
VERSION_OPTION_DESCRIPTION
|
|
(EMIT_VERSION_DESCRIPTION): New macro.
|
|
instead of hard-coding --help and --version descriptions.
|
|
listings didn't have a blank line between per-directory groups of files.
(print_dir): Print a newline before each directory name
except the first one, rather than after each except the last, since
now (after the changes of 2001-11-01) detecting whether a `pending*'
is the last would involve more work. Reported by Andreas Schwab.
This change has no net effect.
(main): Remove always-true conjunct and add a comment.
|
|
|
|
(main): Don't `call' GETTIMEOFDAY_INIT.
|
|
is less than 0. Reported by Nelson H. F. Beebe,
as a warning from Irix 6.5's C compiler.
|
|
|
|
|
|
|
|
|
|
for short options too.''
|
|
the --version option, so this message is consistent with all the rest.
|
|
descriptions are alone in their own string.
|
|
Split usage strings so that --help and --version descriptions are alone
in their own string.
Likewise for the one that says:
Mandatory arguments to long options are mandatory for short options too.
|
|
|
|
Use fputs, not printf.
|
|
|
|
(do_copy): Call src_info_init.
|
|
|
|
(src_info_init): Declare.
|
|
(src_info_init): New function.
(copy_internal): Warn and return early for the second and subsequent
occurrences of the same source file named on the command line.
|
|
(copy_internal): Update caller.
|
|
(seen_file): Rename from seen_dest. Rename parameters accordingly.
(record_file): Rename from record_dest. Rename parameters accordingly.
(triple_hash): Rename from dest_info_hash.
(triple_compare): Rename from dest_info_compare.
(triple_free): Rename from dest_info_free.
|
|
a warning from gcc's -Wformat-security.
|
|
(do_copy): Remove const attribute from declaration of parameter, x.
dest_info_init now takes a parameter.
|
|
(main): dest_info_init now takes a parameter.
|
|
(main): dest_info_init now takes a parameter.
|
|
(struct cp_options) [dest_info]: New member.
|
|
(dest_info): Remove declaration of file-scoped global.
(dest_info_init): Require a parameter.
Update all callers.
(seen_dest): Require a hash table parameter. Update callers.
(record_dest): Likewise.
|
|
No longer include assert.h.
(process_line_count): Remove invalid assertion.
|
|
|
|
Call it instead of lseek, in most cases, so any failure is reported.
|