Jim Meyering
b9ca4fe720
.
1998-08-11 17:30:46 +00:00
Jim Meyering
c6afbb198c
(rel-check): New rule.
1998-08-11 15:53:55 +00:00
Jim Meyering
c267424d7b
automatically generate template for test release announcement
1998-08-11 15:23:01 +00:00
Jim Meyering
053a0e3a8e
*** empty log message ***
1998-08-11 13:21:31 +00:00
Jim Meyering
39b1c602aa
(usage): Correct description. Reported by John Murphy.
1998-08-11 13:16:24 +00:00
Jim Meyering
2df9108f70
*** empty log message ***
1998-08-11 13:16:11 +00:00
Jim Meyering
a2d2353f0d
add comment from glibc version
1998-08-11 01:52:38 +00:00
Jim Meyering
6af7fe7bf9
*** empty log message ***
FILEUTILS-3_16t
1998-08-09 20:08:27 +00:00
Jim Meyering
26abcd14d2
update from glibc
1998-08-07 12:54:51 +00:00
Jim Meyering
2fe9a639e5
*** empty log message ***
1998-08-03 03:03:29 +00:00
Jim Meyering
f1db42afed
Ansideclify.
1998-08-03 03:03:11 +00:00
Jim Meyering
2d329c22c0
*** empty log message ***
1998-08-03 03:02:20 +00:00
Jim Meyering
c3db9f982a
(readline): Return zero upon error as well as upon
...
end of file. From James Youngman.
1998-08-03 03:02:04 +00:00
Jim Meyering
c01e767ceb
.
1998-08-02 20:52:34 +00:00
Jim Meyering
0d16e71b07
.
1998-08-02 19:45:45 +00:00
Jim Meyering
2fcce776e8
.
1998-08-02 16:33:53 +00:00
Jim Meyering
bad1e4b2e1
*** empty log message ***
1998-08-02 16:33:45 +00:00
Jim Meyering
f5a228ae42
*** empty log message ***
1998-08-02 16:32:42 +00:00
Jim Meyering
a40eb86598
.
1998-08-02 16:25:14 +00:00
Jim Meyering
0136b885fe
(re_protect): Add comment.
1998-08-02 16:24:41 +00:00
Jim Meyering
0f7ac75854
(ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP, MTIME_CMP): New macros.
1998-08-02 16:24:13 +00:00
Jim Meyering
9fc5987250
(copy_internal): Compare time stamps with subsecond resolution if available.
1998-08-02 16:23:28 +00:00
Jim Meyering
e71d9696d7
(compare_ctime, rev_cmp_ctime, compare_mtime,
...
rev_cmp_mtime, compare_atime, rev_cmp_atime): Compare time
stamps with subsecond resolution if available.
1998-08-02 16:23:06 +00:00
Jim Meyering
6e1306ba8b
(touch): Add comment.
1998-08-02 16:22:43 +00:00
Jim Meyering
a607901e48
(change_timestamps): Add comment.
1998-08-02 16:22:24 +00:00
Jim Meyering
01053400d0
*** empty log message ***
1998-08-02 16:20:50 +00:00
Jim Meyering
419b2d26fe
Use hack to avoid having to put #undef HAVE_ST_MTIM in acconfig.h manually.
1998-08-02 16:20:39 +00:00
Jim Meyering
4ed33b3073
tweak indentation
1998-08-02 16:18:21 +00:00
Jim Meyering
ef9ee27d89
from Paul Eggert
1998-08-02 16:15:17 +00:00
Jim Meyering
277da1b998
*** empty log message ***
1998-08-02 04:16:01 +00:00
Jim Meyering
983b8c433c
.
1998-08-01 15:48:56 +00:00
Jim Meyering
d5c69ef797
(my_setlocale): Guard definition within #ifdef ENABLE_NLS.
1998-08-01 15:47:26 +00:00
Jim Meyering
eb8ea6eac5
Avoid broken pipe message for tests that fail with usage errors.
1998-07-30 12:26:24 +00:00
Jim Meyering
da68f39411
* src/sort.c (usage): Add angle brackets to make `Report bugs...'
...
message consistent with all the rest.
1998-07-30 12:13:39 +00:00
Jim Meyering
2fcc1267b5
*** empty log message ***
1998-07-29 13:29:23 +00:00
Jim Meyering
4ead0cb8df
(NEGATION_SIGN): Renamed from NEGATIVE_SIGN to avoid
...
clash with <langinfo.h>. All uses changed.
From Andreas Schwab.
1998-07-29 13:29:10 +00:00
Jim Meyering
f96dc5e195
Avoid broken pipe for 'y' and 'z' tests.
...
From Andreas.
1998-07-29 13:27:28 +00:00
Jim Meyering
82e166ebbb
*** empty log message ***
1998-07-29 04:01:45 +00:00
Jim Meyering
6a9aa3cf98
(show_all_fs):
...
Revert to boolean value; the old negative value is
now in show_local_fs.
(show_local_fs): New variable.
(show_dev): New args me_dummy and me_class. Use show_local_fs
and boolean show_all_fs in combination with these new args
to decide whether to show a device.
(show_disk): Pass flags to show_dev.
(show_point): Use a non-dummy mount entry if possible.
(show_all_entries): Pass flags to show_dev.
(main): --local sets show_local_fs now. Ask for file system types if
show_local_fs is nonzero, since ME_REMOTE might need them.
From Paul.
1998-07-29 04:01:29 +00:00
Jim Meyering
3cf7eece6f
Remove duplicate include of <stdio.h>.
1998-07-29 04:00:36 +00:00
Jim Meyering
7dfff499c3
(struct mount_entry):
...
New members me_dummy, me_remote.
(read_filesystem_list): Remove all_fs argument.
(REMOTE_FS_TYPE): Remove.
(ME_DUMMY, ME_REMOTE): New macros.
From Paul.
1998-07-29 03:58:55 +00:00
Jim Meyering
52e2de5780
(read_filesystem_list): Remove all_fs
...
argument, but put the necessary information into the result so
that the caller can ignore filesystems that he's not
interested in.
From Paul.
1998-07-29 03:58:02 +00:00
Jim Meyering
c0d6757201
*** empty log message ***
1998-07-28 13:29:22 +00:00
Jim Meyering
3942f87ee3
*** empty log message ***
1998-07-28 13:20:20 +00:00
Jim Meyering
9d07c1872f
Undef stat.
1998-07-28 13:15:58 +00:00
Jim Meyering
be388d139c
*** empty log message ***
1998-07-27 14:25:10 +00:00
Jim Meyering
6e132bee5e
Make copy create each destination file initially
...
with mode 0600 so strip will work, then apply specified mode.
Arne Henrik Juul reported that `./ginstall -s -c -m 555 dd /tmp' failed.
1998-07-27 13:39:36 +00:00
Jim Meyering
7d63d3c635
.
1998-07-27 13:38:42 +00:00
Jim Meyering
08d53c4c6a
(TESTS_ENVIRONMENT): Set LS, MKDIR, and RM.
1998-07-27 13:27:45 +00:00
Jim Meyering
94edd792f7
use ls to check the permissions
1998-07-27 13:26:58 +00:00