Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-07-26 | (struct File_spec) [n_stat_calls]: Remove unused member. | Jim Meyering | |
1999-07-26 | (tee): Convert from open/fds to using fopen/streams for | Jim Meyering | |
output, in preparation for addition of new compression option. | |||
1999-07-26 | *** empty log message *** | Jim Meyering | |
1999-07-25 | (usage): Remove `NEWS'-style paragraph (sorry to have let that in, translators). | Jim Meyering | |
1999-07-25 | *** empty log message *** | Jim Meyering | |
1999-07-25 | *** empty log message *** | Jim Meyering | |
1999-07-25 | . | Jim Meyering | |
1999-07-24 | . | Jim Meyering | |
1999-07-24 | add to comment | Jim Meyering | |
1999-07-24 | (PTR_ALIGN, ROUND_UP_OFFSET): New macros. | Jim Meyering | |
(dd_copy): Use those to page-align both the input and output buffers. | |||
1999-07-21 | (options): Avoid Solaris' broken /usr/ucb/tr by | Jim Meyering | |
removing offending use of tr altogether and removing hyphens with sed. Reported by Kaveh Ghazi. | |||
1999-07-21 | *** empty log message *** | Jim Meyering | |
1999-07-21 | *** empty log message *** | Jim Meyering | |
1999-07-21 | *** empty log message *** | Jim Meyering | |
1999-07-20 | update comments | Jim 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-20 | wc vs. POSIXLY_CORRECT | Jim 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-18 | remove @key uses, rewrite --sep-string, small cleanups | Jim 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-15 | Revert the 1999-02-15 change. | Jim Meyering | |
1999-07-15 | Revert the 1999-02-15 change and | Jim Meyering | |
add --text for individual tests. Reported by Eli Zaretskii. | |||
1999-07-15 | *** empty log message *** | Jim Meyering | |
1999-07-15 | Document new tail options. | Jim Meyering | |
1999-07-15 | *** empty log message *** | Jim Meyering | |
1999-07-15 | Include 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-10 | cpp indent and split a long line | Jim Meyering | |
1999-07-10 | use a space, not TAB after #define | Jim Meyering | |
1999-07-10 | cpp indent | Jim Meyering | |
1999-07-10 | (struct File_spec) [tailable]: Rename from `missing' and | Jim 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. |