From 0a6161f1d4c617582cab236042eea6a628e81bd3 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 27 Sep 2011 18:39:22 -0700 Subject: * 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. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index aeaf659a..84ca8d90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-09-27 Kaz Kylheku + + * 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 * match.c (match_files): Bugfix in skip directive. -- cgit v1.2.3