summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2013-11-28 22:41:13 -0800
committerKaz Kylheku <kaz@kylheku.com>2013-11-28 22:41:13 -0800
commitb730e5dce382923990bc4ad76b90da8b9f73100f (patch)
tree624ab1aa49e8bb1bf4dac7b376d6d67e3992cfe8 /ChangeLog
parent2e104e2d490dc02eb527b5e17f14e4ea39275161 (diff)
downloadtxr-b730e5dce382923990bc4ad76b90da8b9f73100f.tar.gz
txr-b730e5dce382923990bc4ad76b90da8b9f73100f.tar.bz2
txr-b730e5dce382923990bc4ad76b90da8b9f73100f.zip
* lib.c (make_time): We must subtract from the 1-12
month for the tm_mon member of struct tm; we were adding 1 instead.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 494f243b..d0573ac8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2013-11-28 Kaz Kylheku <kaz@kylheku.com>
+ * lib.c (make_time): We must subtract from the 1-12
+ month for the tm_mon member of struct tm; we
+ were adding 1 instead.
+
+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