summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aeaf659a..84ca8d90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2011-09-27 Kaz Kylheku <kaz@kylheku.com>
+ * match.c (match_files): Another bugfix to skip.
+ If a hard skip tries to go beyond EOF, then the query
+ must fail. However, a skip to exactly EOF is fine.
+ I.e. data can hit nil at the same time as the right
+ number of skip iterations is performed.
+
+2011-09-27 Kaz Kylheku <kaz@kylheku.com>
+
* match.c (match_files): Bugfix in skip directive.
We should try the match at least once even if there is no data
after a hard skip, so that the query has an opportunity