summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-10-19 20:53:11 -0400
committerKaz Kylheku <kaz@kylheku.com>2011-10-19 20:53:11 -0400
commit2645a50a726d7925e0a144a40729f1da13a66934 (patch)
tree2fbbbb351c60e6b06cc45dae8982c541b238ba6e /ChangeLog
parent1e189c70dabf2d6f2f5a27c166a02489411e3121 (diff)
downloadtxr-2645a50a726d7925e0a144a40729f1da13a66934.tar.gz
txr-2645a50a726d7925e0a144a40729f1da13a66934.tar.bz2
txr-2645a50a726d7925e0a144a40729f1da13a66934.zip
Task #11425
* match.c (repeat_spec_k): New symbol variable (h_match_func): New typedef. (elem_bind): New macro. (h_var, h_skip, h_coll, h_parallel, h_trailer, h_eol): New functions. (match_line): Remaining directives moved to functions. (syms_init): New symbol variable initialized. (dir_tables_init): New functions entered into hash table.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c47cee8..da21b82a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
Task #11425
+ * match.c (repeat_spec_k): New symbol variable
+ (h_match_func): New typedef.
+ (elem_bind): New macro.
+ (h_var, h_skip, h_coll, h_parallel, h_trailer, h_eol): New functions.
+ (match_line): Remaining directives moved to functions.
+ (syms_init): New symbol variable initialized.
+ (dir_tables_init): New functions entered into hash table.
+
+2011-10-19 Kaz Kylheku <kaz@kylheku.com>
+
+ Task #11425
+
Refactoring match_files to make it easier to break up into
subfunctions, similarly to what was done with match_files.