diff options
author | Jim Meyering <jim@meyering.net> | 1999-11-22 09:13:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-11-22 09:13:15 +0000 |
commit | 61511d8bcb8b41e31c949150f7bf7cbfcaf52d59 (patch) | |
tree | f99eca8bf72a048bfdedeed65b15eb145057bdb6 /old/textutils/ChangeLog | |
parent | 7eba3be3400fde5668a8a69d7a0d1d6a352651c5 (diff) | |
download | coreutils-61511d8bcb8b41e31c949150f7bf7cbfcaf52d59.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils/ChangeLog')
-rw-r--r-- | old/textutils/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index cea184018..675da57a5 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,19 @@ +1999-11-22 Jim Meyering <meyering@ascend.com> + + * src/tail.c (recheck): Handle a race condition (including <dev,inode> + reuse) that would lead to a failed assertion. + Reported by Ken Pizzini. + (tail_forever): Record errno before using it in call to `error' + which might change it. + (tail_file): Likewise. + + New test for the above. + * tests/tail-2/assert: New file. + * tests/tail-2/Makefile.am: New file. + * tests/tail-2: New directory. + * tests/Makefile.am (SUBDIRS): Add tail-2. + * configure.in (AC_OUTPUT): Add tests/tail-2/Makefile. + 1999-11-05 Jim Meyering <meyering@ascend.com> * src/system.h: Use HAVE_STRUCT_STAT_ST_BLKSIZE not HAVE_ST_BLKSIZE. |