Jim Meyering
bd85887daf
(split_3): Add cast to placate irix4's cc. From Kaveh Ghazi.
1998-07-26 20:09:25 +00:00
Jim Meyering
82988e97cf
(chown): Remove unused definition.
...
Reported by Kaveh Ghazi.
1998-07-26 04:13:57 +00:00
Jim Meyering
2b374ec2d9
.
1998-07-26 04:10:01 +00:00
Jim Meyering
3e3b8558d6
.
1998-07-26 04:06:55 +00:00
Jim Meyering
5c4cb177ef
Add tests for new --output-delimiter option,
...
as well as for NUL input delimiter (--delimiter='').
1998-07-26 04:06:37 +00:00
Jim Meyering
71a3fc7989
.
1998-07-26 04:06:07 +00:00
Jim Meyering
5c9345dbd1
(cut_fields): Honor new --output-delimiter option.
...
(main): Fix handling of --delimiter='' (-d ''). Until now, it has
never worked as advertised. I guess no one tried it.
1998-07-26 04:05:07 +00:00
Jim Meyering
287ddc8d05
*** empty log message ***
1998-07-26 03:59:27 +00:00
Jim Meyering
36ac5f1519
.
1998-07-26 02:59:37 +00:00
Jim Meyering
bde54af30f
*** empty log message ***
1998-07-26 02:56:36 +00:00
Jim Meyering
cafbd3477a
Add two tests. `sort -o no-file no-file' didn't fail.
1998-07-26 02:55:53 +00:00
Jim Meyering
165718775f
(main): Stat all non-`-' input file files (and fail if a
...
stat fails) when an output file is specified by `-o' but doesn't exist.
1998-07-26 02:54:01 +00:00
Jim Meyering
f90d1551cb
*** empty log message ***
1998-07-26 00:29:45 +00:00
Jim Meyering
613f0e187f
(main): rmdir fails with EEXIST on some systems.
...
Handle that, so --ignore-fail-on-non-empty works.
(EEXIST): Define to zero if not defined.
(ENOTEMPTY): Likewise.
1998-07-26 00:29:30 +00:00
Jim Meyering
ca6da4ffce
*** empty log message ***
1998-07-25 21:50:53 +00:00
Jim Meyering
ac517dbe89
Remove `diff' I'd put in for debugging.
...
Exit with the status from cmp.
1998-07-25 21:50:35 +00:00
Jim Meyering
3ae3622d9e
*** empty log message ***
FILEUTILS-3_16s
1998-07-25 17:52:54 +00:00
Jim Meyering
27682ba5ce
Skip three more unportable tests. These failed on SunOS4.1.4.
1998-07-25 17:52:37 +00:00
Jim Meyering
8dd3e53122
*** empty log message ***
1998-07-25 16:49:13 +00:00
Jim Meyering
d1187d36da
*** empty log message ***
1998-07-25 16:45:45 +00:00
Jim Meyering
0f85045bb3
.
1998-07-25 15:32:12 +00:00
Jim Meyering
69835e9fb6
(SAME_INODE): Define it here instead.
1998-07-25 15:31:23 +00:00
Jim Meyering
3ba948db7e
(SAME_INODE): Remove definition.
1998-07-25 15:30:08 +00:00
Jim Meyering
d1f9e2315b
.
1998-07-25 15:28:24 +00:00
Jim Meyering
d04604664a
(same_file): New function
...
(remove_dir): Use it to give a better diagnostic when rmdir fails
because it can't remove the current directory.
1998-07-25 15:27:55 +00:00
Jim Meyering
4e9a99dd9a
(long_options): Changes table entries not to use this form:
...
{"all", no_argument, &show_all_fs, 1},
but rather this form:
{"all", no_argument, NULL, 'a'},
Using the latter, all the option handling in one place: the getopt loop.
1998-07-25 15:14:16 +00:00
Jim Meyering
3f3df4e600
Use PARAMS macro.
1998-07-25 15:01:32 +00:00
Jim Meyering
27e780fe97
(xatoi): Ansideclify.
...
(fstype_to_string): Ansideclify.
1998-07-25 15:00:37 +00:00
Jim Meyering
122d3f15ae
(REMOTE_FS_TYPE): New macro.
1998-07-25 14:55:10 +00:00
Jim Meyering
bb3fca40db
(read_filesystem_list) [MOUNTED_GETMNTINFO]: Use fsp_to_string.
...
(fsp_to_string): Don't xmalloc return value (yet).
1998-07-25 14:54:42 +00:00
Jim Meyering
91c40bd499
(read_filesystem_list): If all_fs is negative, omit non-local filesytems.
...
From Paul Eggert.
1998-07-25 14:41:04 +00:00
Jim Meyering
0f4fcb1fbd
(show_dev): Omit local devices if show_all_fs is negative.
...
(show_all_fs): If negative, omit non-local filesystems.
All uses of (all_fs != 0) changed to (all_fs > 0).
(long_options, usage, main): Add -l or --local option.
(main): When asking for df of an explicit file name, get all
the mount points, so that we're more likely to find it when
we look it up.
1998-07-25 14:36:07 +00:00
Jim Meyering
3fbc98bb54
.
1998-07-25 13:49:47 +00:00
Jim Meyering
240b9c0f89
.
1998-07-25 13:48:45 +00:00
Jim Meyering
fc13bb65df
(utime_now): Moved into m4/utimes.m4.
...
(touch) [!HAVE_UTIME_NULL]: Remove #ifdef and use of utime_now in if-block.
1998-07-25 13:20:49 +00:00
Jim Meyering
27f3ca3d5a
.
1998-07-25 13:16:38 +00:00
Jim Meyering
f1a7e03bbe
*** empty log message ***
1998-07-25 13:10:11 +00:00
Jim Meyering
8d58cbb99e
.
1998-07-22 18:32:36 +00:00
Jim Meyering
3b87431a69
(human_readable): amt -> damt, to fix typo when
...
computing which power to use after overflow occurs during
multiplication.
From Paul Eggert.
1998-07-22 18:30:16 +00:00
Jim Meyering
d09816b054
*** empty log message ***
1998-07-22 16:57:26 +00:00
Jim Meyering
19c23eefb7
Include <stdio.h> if NDEBUG is not defined; needed on SunOS 4.
...
From Paul Eggert.
1998-07-22 16:57:15 +00:00
Jim Meyering
ef8d2acace
.
1998-07-20 03:59:51 +00:00
Jim Meyering
f7d6ece6e4
.
1998-07-20 03:58:24 +00:00
Jim Meyering
90a63a16ec
.
1998-07-20 03:58:04 +00:00
Jim Meyering
ec7ec3773f
*** empty log message ***
1998-07-20 03:57:59 +00:00
Jim Meyering
a97f821233
(copy_internal): Add another exclusion from the
...
sameness test: when --force has been specified, the destination
is unlinked before any copy.
(copy_internal): Add yet another: when both src and dest are symlinks.
1998-07-19 04:14:52 +00:00
Jim Meyering
b15e832f4d
*** empty log message ***
1998-07-18 14:06:38 +00:00
Jim Meyering
e77a16efec
*** empty log message ***
1998-07-18 13:54:40 +00:00
Jim Meyering
7fd7c6465e
*** empty log message ***
1998-07-18 13:53:32 +00:00
Jim Meyering
7fc23ef625
.
1998-07-18 13:51:11 +00:00