summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2013-10-06 20:39:10 -0700
committerKaz Kylheku <kaz@kylheku.com>2013-10-06 20:39:10 -0700
commit7c8c8d326bbb8b9725efa6a3c364d3426a7cdca9 (patch)
tree86984ce58ca520cd3402fb9b77732d24f8046735 /ChangeLog
parent7a7b1d26622b2f7df03b60847f622111296b008d (diff)
downloadtxr-7c8c8d326bbb8b9725efa6a3c364d3426a7cdca9.tar.gz
txr-7c8c8d326bbb8b9725efa6a3c364d3426a7cdca9.tar.bz2
txr-7c8c8d326bbb8b9725efa6a3c364d3426a7cdca9.zip
New feature: :vars argument in repeat and rep directives in an output
block, for specifying variables to include in iteration whose presence repeat is not able to deduce. * match.c (extract_bindings): New argument, vars, specifies additional variables to consider. (do_output_line, do_output): Process :vars argument of repeat and rep directive. * txr.1: Updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f7511e4..c6023a90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2013-10-06 Kaz Kylheku <kaz@kylheku.com>
+
+ New feature: :vars argument in repeat and rep directives in an output
+ block, for specifying variables to include in iteration whose
+ presence repeat is not able to deduce.
+
+ * match.c (extract_bindings): New argument, vars, specifies
+ additional variables to consider.
+ (do_output_line, do_output): Process :vars argument of repeat
+ and rep directive.
+
+ * txr.1: Updated.
+
2013-08-09 Kaz Kylheku <kaz@kylheku.com>
* filter.c, utf8.c: Tabs changed to spaces. For some reason, filter.c