From 38fe788d9a04ae061dc722f313fd9d222c73b709 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 4 Oct 2010 21:02:10 -0700 Subject: * match.c (match_files): Bugfix. A (sub)query that runs out of data lines to match must fail. Extra data lines relative to the spec are tolerated; extra spec lines unmet by data aren't. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6ec76f4d..5b503fe6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-10-04 Kaz Kylheku + + * match.c (match_files): Bugfix. A (sub)query that runs out of data + lines to match must fail. Extra data lines relative to the spec + are tolerated; extra spec lines unmet by data aren't. + 2010-10-03 Kaz Kylheku * lib.h (lazy_string): Fix incorrect comment. -- cgit v1.2.3