Jim Meyering
b4c2f799ec
(strip_trailing_slashes): Likewise.
...
(find_mount_point): No need to strip trailing
slashes before invoking new dir_name.
2001-05-12 10:03:07 +00:00
Jim Meyering
98e643ab3b
(strip_trailing_slashes): Remove; now in dirname.h.
...
(make_path_private): Use dir_len instead of
dir_name, and avoid an extra mealloc call.
2001-05-12 10:00:52 +00:00
Jim Meyering
b2604c5d12
(copy_internal): Remove the code that tested for NULL
...
dir_name return value. That can't happen.
2001-05-12 09:58:03 +00:00
Jim Meyering
b489ba12d8
Include "dirname.h".
...
(strip_trailing_slashes_2): Remove; now done by
strip_trailing_slashes. All callers changed.
2001-05-12 09:54:19 +00:00
Jim Meyering
966d1cd6e6
(base_name): Remove decl; now in dirname.h.
2001-05-12 09:53:45 +00:00
Jim Meyering
99fa315bf8
Include dirname.h, to get base_name
2001-05-12 09:52:56 +00:00
Jim Meyering
7ed10357bc
include dirname.h.
2001-05-12 09:51:59 +00:00
Jim Meyering
4a94a06aa6
(strip_trailing_slashes): Remove declaration; now in dirname.h.
2001-05-12 09:51:23 +00:00
Jim Meyering
c29cb48a98
Wording changes related to -o, -n, and -g.
2001-05-12 08:44:31 +00:00
Jim Meyering
2034cba6f7
(usage): Minor wording changes related to -o, -n, and -g.
...
From Paul Eggert.
2001-05-12 08:23:23 +00:00
Jim Meyering
8e3f835a46
*** empty log message ***
2001-05-12 08:10:33 +00:00
Jim Meyering
b338208678
*** empty log message ***
2001-05-12 08:04:52 +00:00
Jim Meyering
ba94ef5b1b
(mode_changed, change_file_mode):
...
There's no need to invoke both lstat and stat here, so call just
one of the two functions.
2001-05-12 08:04:44 +00:00
Jim Meyering
1af93e3d71
.
2001-05-11 14:06:22 +00:00
Jim Meyering
5848516f26
(shred invocation): Warn about backups and mirrors.
2001-05-11 11:23:37 +00:00
Jim Meyering
a46bcc4636
(usage): Warn about backups and mirrors.
2001-05-11 11:23:24 +00:00
Jim Meyering
e8256c3c7c
s/POSIX/posix/
2001-05-11 10:38:56 +00:00
Jim Meyering
22f4434076
remove trailing spaces
2001-05-11 10:38:23 +00:00
Jim Meyering
500f90eab5
fix typo: missing `r}' in this line:
...
@itemx --temporary-directory=@var{tempdir}
2001-05-11 10:38:13 +00:00
Jim Meyering
902a2a5d7a
shift off the leading `_'
2001-05-11 09:14:22 +00:00
Jim Meyering
677cb6c6a9
Factor out the root-only test into this ...
...
Source ../root-only instead.
2001-05-11 09:10:09 +00:00
Jim Meyering
c08bfa1060
*** empty log message ***
2001-05-11 08:19:41 +00:00
Jim Meyering
f49ad025e6
(shred invocation): Warn about backups. From Nelson Beebe.
2001-05-11 08:18:18 +00:00
Jim Meyering
e57fb62f7f
add a space after a period
...
(true invocation): fix a typo
2001-05-11 07:53:44 +00:00
Jim Meyering
0246568205
s/restriction deletion flag
...
/restricted deletion flag/
2001-05-11 07:36:22 +00:00
Jim Meyering
71477a1aa8
.
2001-05-11 07:22:53 +00:00
Jim Meyering
45cb2385d5
*** empty log message ***
2001-05-10 14:28:42 +00:00
Jim Meyering
dd4aedd1d3
(main): Fix thinko: s/argv[optind]/optarg/.
2001-05-10 14:25:48 +00:00
Jim Meyering
1bb999e519
*** empty log message ***
2001-05-09 09:16:08 +00:00
Jim Meyering
78c7e1f60b
(jm_MACROS): Do not check for fseeko; no longer used.
2001-05-09 09:16:03 +00:00
Jim Meyering
30aa344399
*** empty log message ***
2001-05-07 20:21:18 +00:00
Jim Meyering
90ce79ff92
tweak diagnostic
2001-05-05 17:32:40 +00:00
Jim Meyering
b5063eb63b
(decode_switches): Complain if the envvar, QUOTING_STYLE,
...
is set to an invalid value.
Move some declarations of locals into scopes where they're used.
2001-05-05 17:31:45 +00:00
Jim Meyering
e67563e822
*** empty log message ***
2001-05-05 14:29:38 +00:00
Jim Meyering
56a458164e
(print_owner): New global variable.
...
(usage): Update the description of -g.
(decode_switches): Honor the -g option (omit owner information),
now that POSIX specifies it.
(print_long_format): Don't print owner name if -g was specified.
Move declaration of `user_name' into the scope where it's used.
(print_group): Rename global from `inhibit_group'. Update all
uses accordingly.
(decode_switches): Make -n work just like -l, except
with numeric IDs, per POSIX. Before, to have any effect, -n had
to be used with -l. Reported by Dale Scheetz.
(usage): Update the description of -n.
Separate the descriptions of -n and --numeric-uid-gid.
Split string in --help output that had exceeded my limit of 2048 bytes.
2001-05-05 14:29:02 +00:00
Jim Meyering
fb87a6052f
*** empty log message ***
2001-05-05 12:54:46 +00:00
Jim Meyering
204c08e9fa
(usage): Correct description of -3.
2001-05-05 12:54:37 +00:00
Jim Meyering
69d4a38c4e
*** empty log message ***
2001-05-05 12:54:16 +00:00
Jim Meyering
246d5a99d3
Update from master repository.
2001-05-02 09:52:32 +00:00
Jim Meyering
49313f9a74
(tgz-size, xd-size): Compute sizes.
...
(announcement): Include sizes of .tar.gz and .xdelta files
in the announcement.
2001-05-02 08:09:14 +00:00
Jim Meyering
29e3c2e97f
*** empty log message ***
2001-04-29 21:22:52 +00:00
Jim Meyering
e2003b82ff
*** empty log message ***
2001-04-29 20:50:48 +00:00
Jim Meyering
047056d4fb
*** empty log message ***
2001-04-29 20:49:11 +00:00
Jim Meyering
bbcf9c36cf
*** empty log message ***
FILEUTILS-4_1
2001-04-29 11:33:44 +00:00
Jim Meyering
c8de6584bb
--help:
...
downcase bulleted items
remove some periods
2001-04-29 11:22:48 +00:00
Jim Meyering
d463885c24
*** empty log message ***
2001-04-29 08:36:21 +00:00
Jim Meyering
e54944039a
*** empty log message ***
2001-04-29 07:02:17 +00:00
Jim Meyering
6b647033ce
(usage): Include in --help output the warning about
...
some of the filesystem types on which shred is not effective.
2001-04-29 07:01:41 +00:00
Jim Meyering
c8576c4f8c
(usage): Mention shred.
2001-04-29 07:01:22 +00:00
Jim Meyering
56ee0fa636
Refer to shred.
...
Remove the example showing how to remove `-foo', since that is now
in the --help output (and hence automatically included).
2001-04-29 07:01:12 +00:00