diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-10-18 02:38:00 -0400 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-10-18 02:38:00 -0400 |
commit | bfdebfbea53a440d279e535c75bec78931c7ded9 (patch) | |
tree | d4441b48d2484269be97247918a0840a0b11a197 /ChangeLog | |
parent | 934400e65056e4a85af3bebd7ce8d7ac2ea1f426 (diff) | |
download | txr-bfdebfbea53a440d279e535c75bec78931c7ded9.tar.gz txr-bfdebfbea53a440d279e535c75bec78931c7ded9.tar.bz2 txr-bfdebfbea53a440d279e535c75bec78931c7ded9.zip |
Task #11425
* match.c (spec_bind): New macro.
(v_freeform): New function.
(match_files): Freeform logic moved to function.
(dir_tables_init): v_freeform entered into table.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -2,6 +2,15 @@ Task #11425 + * match.c (spec_bind): New macro. + (v_freeform): New function. + (match_files): Freeform logic moved to function. + (dir_tables_init): v_freeform entered into table. + +2011-10-18 Kaz Kylheku <kaz@kylheku.com> + + Task #11425 + * match.c (same_data_k): Symbol variable renamed to next_spec_k. (v_skip): Restructured not to return next_spec_k when there are no more specs, but rather thread directly to what match_file |