summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2013-11-28 22:35:50 -0800
committerKaz Kylheku <kaz@kylheku.com>2013-11-28 22:35:50 -0800
commit2e104e2d490dc02eb527b5e17f14e4ea39275161 (patch)
treea6281926153bc7e3a29304b7160506dd16f504bc /ChangeLog
parent0be7721c52cf2978114de43e391c04437d8d875e (diff)
downloadtxr-2e104e2d490dc02eb527b5e17f14e4ea39275161.tar.gz
txr-2e104e2d490dc02eb527b5e17f14e4ea39275161.tar.bz2
txr-2e104e2d490dc02eb527b5e17f14e4ea39275161.zip
* stream.c (tail_calc): New function
(tail_strategy): Handle the situation when the file disappears. We cannot throw an error, but must poll the filesystem for the file to reappear.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 419ff94b..494f243b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2013-11-28 Kaz Kylheku <kaz@kylheku.com>
+ * stream.c (tail_calc): New function
+ (tail_strategy): Handle the situation when the file disappears. We
+ cannot throw an error, but must poll the filesystem
+ for the file to reappear.
+
+2013-11-28 Kaz Kylheku <kaz@kylheku.com>
+
* configure: Detect the daemon function.
* eval.c: Include <unistd.h> conditionally.