summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-10-21 13:47:07 -0400
committerKaz Kylheku <kaz@kylheku.com>2011-10-21 13:47:07 -0400
commitf421259f06ee0b81754d3f1d453625ff17cb97d7 (patch)
tree68f4a8370af30022c28f4eaca500ece49f7adea6 /ChangeLog
parente98d94aa2a8c46c392eec4b7ac664eb989f3c589 (diff)
downloadtxr-f421259f06ee0b81754d3f1d453625ff17cb97d7.tar.gz
txr-f421259f06ee0b81754d3f1d453625ff17cb97d7.tar.bz2
txr-f421259f06ee0b81754d3f1d453625ff17cb97d7.zip
* 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. * txr.1: Documented these new extensions to next and output.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 22e0bfb3..8ae63b4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
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.
+
+ * txr.1: Documented these new extensions to next and output.
+
+2011-10-21 Kaz Kylheku <kaz@kylheku.com>
+
New features. Strling list output streams in stream
library, allow output to be captured as a list of strings
representing lines (in contrast to string streams which capture