diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-09-27 18:39:22 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-09-27 18:39:22 -0700 |
commit | 0a6161f1d4c617582cab236042eea6a628e81bd3 (patch) | |
tree | f5a30dc8439b639c537108c98ac9edd151d26016 /ChangeLog | |
parent | dc20e04cf1e2645158d01f1fc06d744402a1ee99 (diff) | |
download | txr-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |