summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-09-27 18:39:22 -0700
committerKaz Kylheku <kaz@kylheku.com>2011-09-27 18:39:22 -0700
commit0a6161f1d4c617582cab236042eea6a628e81bd3 (patch)
treef5a30dc8439b639c537108c98ac9edd151d26016 /ChangeLog
parentdc20e04cf1e2645158d01f1fc06d744402a1ee99 (diff)
downloadtxr-0a6161f1d4c617582cab236042eea6a628e81bd3.tar.gz
txr-0a6161f1d4c617582cab236042eea6a628e81bd3.tar.bz2
txr-0a6161f1d4c617582cab236042eea6a628e81bd3.zip
* 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.
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