summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-10-08 10:14:57 -0700
committerKaz Kylheku <kaz@kylheku.com>2011-10-08 10:14:57 -0700
commit6926c639bd4df81a5144b1c87cf274163f0293c2 (patch)
tree2be36d8f9d6d2b84b7a278a6f2bec9a2a7c17fb7 /ChangeLog
parentd910f624a23e374004924f46541e6f99b48583c7 (diff)
downloadtxr-6926c639bd4df81a5144b1c87cf274163f0293c2.tar.gz
txr-6926c639bd4df81a5144b1c87cf274163f0293c2.tar.bz2
txr-6926c639bd4df81a5144b1c87cf274163f0293c2.zip
* match.c (match_line): Skip directive bugfix. If skip is the
last item on the line, it must match the whole line by returning success.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d1ecf4ec..0263247e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2011-10-08 Kaz Kylheku <kaz@kylheku.com>
+ * match.c (match_line): Skip directive bugfix. If skip is the
+ last item on the line, it must match the whole line by returning
+ success.
+
+2011-10-08 Kaz Kylheku <kaz@kylheku.com>
+
* match.c (mintimes_k, maxtimes_k): New keyword variables.
(match_line): Implemented :mintimes and :maxtimes, changing
the semantics of :times.