summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-07-29 06:21:54 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-07-29 06:21:54 -0700
commitc439d4bb117ebcc59bd34711326ebb5090b2da2a (patch)
treeb71f5c5ec9985341fa69874901094979c58459ef /ChangeLog
parent7a61fe49795002a604094c4f7f9612cabbb30d4a (diff)
downloadtxr-c439d4bb117ebcc59bd34711326ebb5090b2da2a.tar.gz
txr-c439d4bb117ebcc59bd34711326ebb5090b2da2a.tar.bz2
txr-c439d4bb117ebcc59bd34711326ebb5090b2da2a.zip
* stream.c (common_destroy): Function removed.
(stdio_stream_destroy, dir_destroy): Call close_stream directly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dd39ac58..df1a8512 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2015-07-29 Kaz Kylheku <kaz@kylheku.com>
+ * stream.c (common_destroy): Function removed.
+ (stdio_stream_destroy, dir_destroy): Call close_stream directly.
+
+2015-07-29 Kaz Kylheku <kaz@kylheku.com>
+
* stream.c: Rearranging definitions and declarations so that
code for each stream type is together. Moving catenated
streams above utility functions, so they are together with