diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-10-08 21:15:34 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-10-08 21:15:34 -0700 |
commit | e4f1c4c7efa33df19a22cc577c93e590ca99543b (patch) | |
tree | 8f4f7cc5b92a717e5e94da2b742f03460bb5c0cc /ChangeLog | |
parent | 9b352a96e064d5d201e2d448f9650a0dd9d67b68 (diff) | |
download | txr-e4f1c4c7efa33df19a22cc577c93e590ca99543b.tar.gz txr-e4f1c4c7efa33df19a22cc577c93e590ca99543b.tar.bz2 txr-e4f1c4c7efa33df19a22cc577c93e590ca99543b.zip |
* match.c (vars_k): New symbol variable.
(match_files): Implemented :vars in collect.
(match_init): New symbol variable initialized.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2011-10-08 Kaz Kylheku <kaz@kylheku.com> + * match.c (vars_k): New symbol variable. + (match_files): Implemented :vars in collect. + (match_init): New symbol variable initialized. + +2011-10-08 Kaz Kylheku <kaz@kylheku.com> + * txr.1: Augment example of @/.*/ being used to skip to the end of the line with @(skip) which is now better style, since it avoids reaching for regexes. |