From 61511d8bcb8b41e31c949150f7bf7cbfcaf52d59 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 22 Nov 1999 09:13:15 +0000 Subject: [PATCH] *** empty log message *** --- old/textutils/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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. -- 2.7.4