Jim Meyering
1aa01e7b7b
*** empty log message ***
1999-07-21 14:55:19 +00:00
Jim Meyering
8478414c5d
update comments
1999-07-20 18:52:05 +00:00
Jim Meyering
bca7546dcd
(translate_040_to_space) [MOUNTED_GETMNTENT1]: New function.
...
(read_filesystem_list) [MOUNTED_GETMNTENT1]: Use it.
1999-07-20 18:41:58 +00:00
Jim Meyering
c7582bc4ab
*** empty log message ***
1999-07-20 17:08:37 +00:00
Jim Meyering
0cae6713e7
*** empty log message ***
1999-07-20 17:06:53 +00:00
Jim Meyering
9c2d071799
(AC_REPLACE_FUNCS): Add memmove.
1999-07-20 17:06:50 +00:00
Jim Meyering
35c14d81cf
wc vs. POSIXLY_CORRECT
1999-07-20 08:03:49 +00:00
Jim Meyering
7387f60b85
(posixly_correct): Declare global.
...
(write_counts): Use it to select printf formats.
(main): Set posixly_correct from the POSIXLY_CORRECT envvar.
From Peter Moulder.
1999-07-20 07:56:59 +00:00
Jim Meyering
8e369dfcaa
remove @key uses, rewrite --sep-string, small cleanups
1999-07-18 13:58:57 +00:00
Jim Meyering
196c0a27f0
.
1999-07-18 13:33:04 +00:00
Jim Meyering
bc1d502816
.
1999-07-18 11:21:58 +00:00
Jim Meyering
9ea7513f11
(noinst_HEADERS): Add getpagesize.h.
1999-07-15 16:16:24 +00:00
Jim Meyering
e7328f4f56
.
1999-07-15 16:15:17 +00:00
Jim Meyering
2a0577baa1
*** empty log message ***
1999-07-15 16:14:56 +00:00
Jim Meyering
6dc48e999d
Revert the 1999-02-15 change.
1999-07-15 16:14:13 +00:00
Jim Meyering
f382570992
Revert the 1999-02-15 change and
...
add --text for individual tests. Reported by Eli Zaretskii.
1999-07-15 16:13:47 +00:00
Jim Meyering
1e99421584
*** empty log message ***
1999-07-15 16:07:34 +00:00
Jim Meyering
a06c23be9b
Document new tail options.
1999-07-15 16:07:15 +00:00
Jim Meyering
d3defdfba8
*** empty log message ***
1999-07-15 12:10:44 +00:00
Jim Meyering
5db7818497
Include getpagesize.h.
...
(ROUND_UP_TO_MODULUS): Define.
(dd_copy): Page-align the input buffer.
Based on a patch from Scott Lurndal.
1999-07-15 12:06:18 +00:00
Jim Meyering
1950561a91
.
1999-07-15 09:31:44 +00:00
Jim Meyering
13b5f7bc46
*** empty log message ***
1999-07-15 09:31:34 +00:00
Jim Meyering
5c5d74ef09
*** empty log message ***
1999-07-15 09:28:43 +00:00
Jim Meyering
dd408ec740
*** empty log message ***
1999-07-15 09:11:24 +00:00
Jim Meyering
474e7801ff
(AC_CHECK_FUNCS): Check for getpagesize.
1999-07-15 09:11:13 +00:00
Jim Meyering
6970bbc17b
(get_fs_usage) [STATFS_TRUNCATES_BLOCK_COUNTS]:
...
Work around SunOS botch also when block size is different from 1k.
1999-07-15 07:50:06 +00:00
Jim Meyering
db26cba77c
*** empty log message ***
1999-07-15 07:49:28 +00:00
Jim Meyering
f1052fb45f
*** empty log message ***
1999-07-12 20:07:37 +00:00
Jim Meyering
fae10f70e0
(mempcpy): Define only if not already defined.
...
Reported by Collin Rogowski.
1999-07-12 08:37:31 +00:00
Jim Meyering
f484303d9e
*** empty log message ***
1999-07-12 08:37:21 +00:00
Jim Meyering
3f622f08e5
(recheck): Use assert instead of unnecessary close_fd.
...
Remove a couple unnecessary FIXME comments.
1999-07-11 09:05:31 +00:00
Jim Meyering
8287d3c4c4
*** empty log message ***
1999-07-10 16:40:33 +00:00
Jim Meyering
8b86e4459b
cpp indent and split a long line
1999-07-10 16:40:16 +00:00
Jim Meyering
c44e7a8352
use a space, not TAB after #define
1999-07-10 16:36:56 +00:00
Jim Meyering
d11ec4a80f
cpp indent
1999-07-10 16:36:11 +00:00
Jim Meyering
54651dc73c
(struct File_spec) [tailable]: Rename from `missing' and
...
document. Change all uses and locals like was_missing to was_tailable.
Invert expressions as appropriate.
(reopen_inaccessible_files): Rename from allow_missing.
(sleep_interval): Describe.
(--allow-missing): Deprecate.
(--retry): New option, equivalent to --allow-missing.
(usage): Document name vs. descriptor differences.
Refer to manual for descriptions of --max-unchanged-stats=N
and --max-consecutive-size-changes=N.
(valid_file_spec): New function.
(recheck): Assert valid_file_spec.
Remove dead else-if block (suggestion from Eli Zaretskii).
Adjust stmts that set f->tailable -- unlike for `missing', tailable
doesn't depend on errno == ENOENT.
(parse_options): Give a warning if --retry is used when not following
by name.
1999-07-10 12:24:10 +00:00
Jim Meyering
ae1e1e5e19
(struct File_spec): New member, errnum.
...
(recheck): Record the new value of errno in f->errnum. Don't
output an error message unless the new value of errno differs from
the old one. Output a message if previously-inaccessible file
becomes accessible.
(tail_forever): Always recheck files whose fd is negative. If the
file cannot be fstat'ed, record the errno value in f[i].errnum.
(tail_file): If the file cannot be open, record the errno value in
f->errnum. If it can be opened, initialize f->errnum to zero. If
it's a non-regular non-fifo file, initialize f->errnum to -1.
1999-07-10 09:56:37 +00:00
Jim Meyering
647e6ab644
*** empty log message ***
1999-07-10 08:44:58 +00:00
Jim Meyering
41e1351fca
Import version 1.012.
1999-07-10 08:44:49 +00:00
Jim Meyering
1b5283ca7a
*** empty log message ***
1999-07-10 07:37:39 +00:00
Jim Meyering
dd7e9b194e
*** empty log message ***
1999-07-10 07:34:52 +00:00
Jim Meyering
40c0f14648
Import version 1.011.
1999-07-10 07:28:05 +00:00
Jim Meyering
7f44579325
.
1999-07-10 07:17:02 +00:00
Jim Meyering
171778bed3
*** empty log message ***
1999-07-09 12:51:18 +00:00
Jim Meyering
e7f7f3da11
reinclude memcoll.h (mistakenly removed by me)
1999-07-04 10:41:26 +00:00
Jim Meyering
1ccaa26ea4
*** empty log message ***
1999-07-04 10:40:15 +00:00
Jim Meyering
376c3fe740
[!defined strtoumax]: Declare strtoumax.
1999-07-04 10:40:04 +00:00
Jim Meyering
08da7047d0
.
1999-07-04 10:38:37 +00:00
Jim Meyering
0aa86039dd
*** empty log message ***
1999-07-04 10:33:50 +00:00
Jim Meyering
bfd09e35cc
(readline): Leave room for an extra byte
...
after the newline; comm needs this for memcoll.
1999-07-04 10:31:01 +00:00