diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2013-10-06 20:39:10 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2013-10-06 20:39:10 -0700 |
commit | 7c8c8d326bbb8b9725efa6a3c364d3426a7cdca9 (patch) | |
tree | 86984ce58ca520cd3402fb9b77732d24f8046735 /ChangeLog | |
parent | 7a7b1d26622b2f7df03b60847f622111296b008d (diff) | |
download | txr-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-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |