diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-10-21 15:05:49 -0400 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-10-21 15:05:49 -0400 |
commit | 7b0ce1eddae8284274e4a5c9fc7062dd1c535a56 (patch) | |
tree | b341e6c52a512b6cf3092ec56705221f76a5f2ad /ChangeLog | |
parent | f421259f06ee0b81754d3f1d453625ff17cb97d7 (diff) | |
download | txr-7b0ce1eddae8284274e4a5c9fc7062dd1c535a56.tar.gz txr-7b0ce1eddae8284274e4a5c9fc7062dd1c535a56.tar.bz2 txr-7b0ce1eddae8284274e4a5c9fc7062dd1c535a56.zip |
Implementing @(set) directive for assigning to variables
destructively.
* match.c (dest_set, v_set): New static functions.
(dir_tables_init): Add v_set to vertical directives hash table.
* txr.1: Documented.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2011-10-21 Kaz Kylheku <kaz@kylheku.com> + Implementing @(set) directive for assigning to variables + destructively. + + * match.c (dest_set, v_set): New static functions. + (dir_tables_init): Add v_set to vertical directives hash table. + + * txr.1: Documented. + +2011-10-21 Kaz Kylheku <kaz@kylheku.com> + * match.c (v_output): When appending output to a variable, flatten the previous contents so we can append to a single string, or to deeply nested list, etc. |