From: Jim Meyering Date: Mon, 22 Nov 1999 09:13:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0j~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=61511d8bcb8b41e31c949150f7bf7cbfcaf52d59;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index cea1840..675da57 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,19 @@ +1999-11-22 Jim Meyering + + * src/tail.c (recheck): Handle a race condition (including + 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 * src/system.h: Use HAVE_STRUCT_STAT_ST_BLKSIZE not HAVE_ST_BLKSIZE.