summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ec76f4d..5b503fe6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-10-04 Kaz Kylheku <kkylheku@gmail.com>
+
+ * 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 <kkylheku@gmail.com>
* lib.h (lazy_string): Fix incorrect comment.