summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-10-08 21:15:34 -0700
committerKaz Kylheku <kaz@kylheku.com>2011-10-08 21:15:34 -0700
commite4f1c4c7efa33df19a22cc577c93e590ca99543b (patch)
tree8f4f7cc5b92a717e5e94da2b742f03460bb5c0cc /ChangeLog
parent9b352a96e064d5d201e2d448f9650a0dd9d67b68 (diff)
downloadtxr-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 12f53050..599611bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.