summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-10-21 15:05:49 -0400
committerKaz Kylheku <kaz@kylheku.com>2011-10-21 15:05:49 -0400
commit7b0ce1eddae8284274e4a5c9fc7062dd1c535a56 (patch)
treeb341e6c52a512b6cf3092ec56705221f76a5f2ad /ChangeLog
parentf421259f06ee0b81754d3f1d453625ff17cb97d7 (diff)
downloadtxr-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ae63b4b..086be220 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.