summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-07-21*** empty log message ***Jim Meyering
1999-07-21*** empty log message ***Jim Meyering
1999-07-20update commentsJim Meyering
1999-07-20(translate_040_to_space) [MOUNTED_GETMNTENT1]: New function.Jim Meyering
(read_filesystem_list) [MOUNTED_GETMNTENT1]: Use it.
1999-07-20*** empty log message ***Jim Meyering
1999-07-20*** empty log message ***Jim Meyering
1999-07-20(AC_REPLACE_FUNCS): Add memmove.Jim Meyering
1999-07-20wc vs. POSIXLY_CORRECTJim Meyering
1999-07-20(posixly_correct): Declare global.Jim Meyering
(write_counts): Use it to select printf formats. (main): Set posixly_correct from the POSIXLY_CORRECT envvar. From Peter Moulder.
1999-07-18remove @key uses, rewrite --sep-string, small cleanupsJim Meyering
1999-07-18.Jim Meyering
1999-07-18.Jim Meyering
1999-07-15(noinst_HEADERS): Add getpagesize.h.Jim Meyering
1999-07-15.Jim Meyering
1999-07-15*** empty log message ***Jim Meyering
1999-07-15Revert the 1999-02-15 change.Jim Meyering
1999-07-15Revert the 1999-02-15 change andJim Meyering
add --text for individual tests. Reported by Eli Zaretskii.
1999-07-15*** empty log message ***Jim Meyering
1999-07-15Document new tail options.Jim Meyering
1999-07-15*** empty log message ***Jim Meyering
1999-07-15Include getpagesize.h.Jim Meyering
(ROUND_UP_TO_MODULUS): Define. (dd_copy): Page-align the input buffer. Based on a patch from Scott Lurndal.
1999-07-15.Jim Meyering
1999-07-15*** empty log message ***Jim Meyering
1999-07-15*** empty log message ***Jim Meyering
1999-07-15*** empty log message ***Jim Meyering
1999-07-15(AC_CHECK_FUNCS): Check for getpagesize.Jim Meyering
1999-07-15(get_fs_usage) [STATFS_TRUNCATES_BLOCK_COUNTS]:Jim Meyering
Work around SunOS botch also when block size is different from 1k.
1999-07-15*** empty log message ***Jim Meyering
1999-07-12*** empty log message ***Jim Meyering
1999-07-12(mempcpy): Define only if not already defined.Jim Meyering
Reported by Collin Rogowski.
1999-07-12*** empty log message ***Jim Meyering
1999-07-11(recheck): Use assert instead of unnecessary close_fd.Jim Meyering
Remove a couple unnecessary FIXME comments.
1999-07-10*** empty log message ***Jim Meyering
1999-07-10cpp indent and split a long lineJim Meyering
1999-07-10use a space, not TAB after #defineJim Meyering
1999-07-10cpp indentJim Meyering
1999-07-10(struct File_spec) [tailable]: Rename from `missing' andJim Meyering
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(struct File_spec): New member, errnum.Jim Meyering
(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*** empty log message ***Jim Meyering
1999-07-10Import version 1.012.Jim Meyering
1999-07-10*** empty log message ***Jim Meyering
1999-07-10*** empty log message ***Jim Meyering
1999-07-10Import version 1.011.Jim Meyering
1999-07-10.Jim Meyering
1999-07-09*** empty log message ***Jim Meyering
1999-07-04reinclude memcoll.h (mistakenly removed by me)Jim Meyering
1999-07-04*** empty log message ***Jim Meyering
1999-07-04[!defined strtoumax]: Declare strtoumax.Jim Meyering
1999-07-04.Jim Meyering
1999-07-04*** empty log message ***Jim Meyering