summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-01-21 20:38:52 -0800
committerKaz Kylheku <kaz@kylheku.com>2015-01-21 20:38:52 -0800
commitaa355befc89d94f3f43d3ae4124f7d048fb4e588 (patch)
treeecee6b6cde1f503ee165d0457d94a46256ee0ce5 /ChangeLog
parent11bd34ef3af16aae9bfb78a3bb46d8098cb3a15b (diff)
downloadtxr-aa355befc89d94f3f43d3ae4124f7d048fb4e588.tar.gz
txr-aa355befc89d94f3f43d3ae4124f7d048fb4e588.tar.bz2
txr-aa355befc89d94f3f43d3ae4124f7d048fb4e588.zip
* stream.c (get_string): New argument, close_after_p.
Close the stream unless close_after_p is specified and is nil, or when it is missing, an there is no compatibility or it's newer than version 102. * stream.h (get_string): Updated declartion. * txr.1: Documented default closing behavior of get-string and the new optional argument for overriding it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 04aac25f..d80da9c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2015-01-21 Kaz Kylheku <kaz@kylheku.com>
+ * stream.c (get_string): New argument, close_after_p.
+ Close the stream unless close_after_p is specified and is nil,
+ or when it is missing, an there is no compatibility or it's
+ newer than version 102.
+
+ * stream.h (get_string): Updated declartion.
+
+ * txr.1: Documented default closing behavior of get-string
+ and the new optional argument for overriding it.
+
+2015-01-21 Kaz Kylheku <kaz@kylheku.com>
+
* txr.1: Minor fix in split-str-set documentation.
2015-01-21 Kaz Kylheku <kaz@kylheku.com>