summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-10-18 12:55:15 -0400
committerKaz Kylheku <kaz@kylheku.com>2011-10-18 12:55:15 -0400
commit81dac06e17f6cef9217fafa28285a65f6d093014 (patch)
tree3e1ea0370e630ed87f2fabb1acd94b309491003a /ChangeLog
parentbfdebfbea53a440d279e535c75bec78931c7ded9 (diff)
downloadtxr-81dac06e17f6cef9217fafa28285a65f6d093014.tar.gz
txr-81dac06e17f6cef9217fafa28285a65f6d093014.tar.bz2
txr-81dac06e17f6cef9217fafa28285a65f6d093014.zip
Task #11425
* match.c (v_block): New function. (match_files): Block directive moved to function.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d4439db4..e5573ec5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@
Task #11425
+ * match.c (v_block): New function.
+ (match_files): Block directive moved to function.
+ (dir_tables_init): v_block entered into table.
+
+2011-10-18 Kaz Kylheku <kaz@kylheku.com>
+
+ Task #11425
+
* match.c (spec_bind): New macro.
(v_freeform): New function.
(match_files): Freeform logic moved to function.