Age | Commit message (Collapse) | Author |
|
(dc_parse_file): Remove erroneous test of ERR.
|
|
|
|
|
|
From Karl B.
|
|
Put LINE first in parameter list.
Adjust caller.
(dc_parse_stream): Free KEYWD and ARG.
(main): Give diagnostic for unreasonable combinations of
options/arguments.
|
|
Detect write failure.
Add --bourne-shell and --c-shell aliases for --sh and --csh resp.
|
|
Defaults are now compiled in. If you specify a file on the command line,
it is used instead of the compiled-in defaults.
|
|
|
|
Use STREQ here instead of strcmp(...) == 0.
|
|
about `comparison between signed and unsigned' from gcc -Wall.
|
|
enironment -> environment. From Santiago Vila Doncel
<sanvila@unex.es>.
|
|
From Santiago Vila Doncel <sanvila@unex.es>.
|
|
Declare pointer parameters const as appropriate.
|
|
more precise `missing destination file'. From Karl Berry.
|
|
|
|
specified and the source and destination are the same name for an
existing, regular file, convert the user's command, e.g.
`cp --force --backup foo foo' to `cp --force foo fooSUFFIX'
where SUFFIX is determined by any version control options used.
At urging of (most recently) Karl Berry.
|
|
|
|
|
|
|
|
--color=WHEN where WHEN is never, always, or auto (for consistency
with e.g. cp --sparse=WHEN. For at least a while, the original
slackware-supported arguments `none', `force', `yes', etc will be
supported but deprecated by lack of documentation.
(decode_switches): Use STDOUT_FILENO instead of `1' in is_tty test.
(usage): Update/add description of the --color option.
|
|
options like -c VALUE and -c +VALUE (resp) when VALUE has one of
the [bkm] suffix multipliers. This makes the code consistent
with --help output.
|
|
GNU sort incompatible with Unix sort when a key-end spec refers
to the N'th character in a field that has fewer than N characters.
The POSIX spec doesn't appear to specify behavior for this case.
From Karl Heuer.
|
|
corresponding to unsigned long, SIZE.
|
|
Give a specific diagnostic for invalid format spec here rather
than an overly general one from caller's caller.
(decode_format_string): Update caller.
(main): Don't give diagnostic here when decode_format_string fails.
Remove assertions that could fail on some Crays because they don't
have a two-byte type.
Johan Danielsson (joda@pdc.kth.se) reported the failed assertions.
|
|
of the basic regular expression is `^'.
|
|
|
|
|
|
|
|
From Göran Uddeborg.
|
|
From Göran Uddeborg (gvran@uddeborg.pp.se).
|
|
|
|
|
|
|
|
|
|
|
|
print_group_list and print_full_info.
(print_group_list): Call it.
(print_full_info): Call it.
From Andreas Schwab:
(print_group_list): When USERNAME is specified use
getugroups to get the number of groups.
(print_full_info): Likewise.
|
|
|
|
|
|
|
|
[!MAXUID]: Define to INT_MAX.
(change_file_group): Use lchown if --no-dereference (-h) was given.
(usage): Update.
(main): Fail if user requests --no-dereference on a system that
doesn't have support for it.
|
|
(change_file_owner): Use lchown if --no-dereference (-h) was given.
(usage): Update.
(main): Fail if user requests --no-dereference on a system that
doesn't have support for it.
|
|
if the POSIXLY_CORRECT environment variable is set.
|
|
if the POSIXLY_CORRECT environment variable is set.
|
|
if the POSIXLY_CORRECT environment variable is set.
(docolon) [RE_SYNTAX_POSIX_BASIC]: Revert my misguided change of Mar 1.
|
|
all forward dcls. Remove forward dcls.
Declare parameters const as appropriate.
|
|
|
|
Remove prototype. Declare parameter FSTYPE to be const.
(excluded_fstype): Likewise.
(main): Fail with a diagnostic if both --human-readable and
--portability are used.
Likewise if --megabytes and --portability are used.
|
|
|
|
(change_file_mode): Likewise.
(change_dir_mode): Likewise.
|
|
to translate.
|