Age | Commit message (Collapse) | Author |
|
corresponding argument in a `quote (...)' call.
|
|
corresponding argument in a `quote (...)' call.
|
|
corresponding argument in a `quote (...)' call.
|
|
corresponding argument in a `quote (...)' call.
|
|
|
|
corresponding argument in a `quote (...)' call.
|
|
corresponding argument in a `quote (...)' call.
|
|
corresponding argument in a `quote (...)' call.
Add more precise diagnostics.
|
|
|
|
|
|
|
|
|
|
(quote_name): Use mbrtowc to step through the filename string while
replacing nonprintables with question marks. Return the screen width,
not the strlen length. Do no output if the out stream is NULL.
(length_of_file_name_and_frills): Use the quote_name return value.
|
|
(temp_dirs, temp_dir_count, temp_dir_alloc): New vars.
(process_id): New var.
(usage): Describe new use of -T.
(add_temp_dir): New function.
(tempname): Use new temp_dirs array.
Do not discard information from the process-id or sequence
number, unless we have short file names.
(sighandle): Use process_id instead of getpid.
(main): Initialize process_id.
Add support for the new use of -T.
|
|
and use that later. Otherwise, errno itself could be clobbered before used.
|
|
and use that later. Otherwise, errno itself could be clobbered before used.
|
|
and use that later. Otherwise, errno itself could be clobbered before used.
|
|
corresponding argument in a `quote (...)' call.
Add more precise diagnostics.
|
|
|
|
corresponding argument in a `quote (...)' call.
Add more precise diagnostics.
|
|
corresponding argument in a `quote (...)' call.
|
|
|
|
corresponding argument in a `quote (...)' call.
Add more precise diagnostics.
|
|
rather than if _POSIX_VERSION is defined. Remove declarations of
getpwuid, getgrgid, and getuid, now that they're in sys2.h.
|
|
`dd if=/dev/fd0 seek=100000000000'.
Convert "`%s'" in format strings to "%s", and wrap each
corresponding argument in a `quote (...)' call.
Add many, more precise diagnostics.
|
|
[!HAVE_DECL_GETGRGID]: Declare getgrgid.
[!HAVE_DECL_GETUID]: Declare getuid.
|
|
(ASSIGN_BASENAME_STRDUPA): New macro.
(do_copy): Use it here (so we always strip trailing slashes before
calling base_name).
|
|
|
|
|
|
|
|
The standard requires that exact string.
|
|
Remove FIXME comment.
|
|
(struct bin_str): Declare `string' member to be `const'.
(put_indicator): Declare local `p' to be `const'.
|
|
corresponding argument in a `quote (...)' call.
Improve a couple diagnostics.
|
|
corresponding argument in a `quote (...)' call -- if there's only one.
If there are more than one, then use `quote_n (0, ...),
quote_n (1, ...), ...'.
|
|
corresponding argument in a `quote (...)' call -- if there's only one.
If there are more than one, then use `quote_n (0, ...),
quote_n (1, ...), ...'.
|
|
corresponding argument in a `quote (...)' call -- if there's only one.
If there are more than one, then use `quote_n (0, ...),
quote_n (1, ...), ...'.
|
|
|
|
|
|
|
|
|
|
From Gerhard Poul <gpoul@gnu.org
|
|
invoking savedir, and assume that errno is nonzero if savedir fails.
|
|
invoking savedir, and assume that errno is nonzero if savedir fails.
|
|
invoking savedir, and assume that errno is nonzero if savedir fails.
|
|
invoking savedir, and assume that errno is nonzero if savedir fails.
|
|
invoking savedir, and assume that errno is nonzero if savedir fails.
|
|
Use integer arithmetic if it's easy.
Fix bug when converting twos-complement negative values to floating point.
|
|
on malconfigured systems.
(print_user): Give a diagnostic if number->name lookup fails.
(print_group): Likewise.
|
|
failed copy_dir call -- otherwise, the failure to read a single file
in a source directory would cause the containing destination directory
not to have owner/perms set properly. Reported by Piotr Kwapulinski.
|