summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2013-11-28 01:23:10 -0800
committerKaz Kylheku <kaz@kylheku.com>2013-11-28 01:23:10 -0800
commit2cca0f202343044e81785c7612da105f528217fd (patch)
tree8e929f2a658dff2b1c49dd600a1719ea91e30b9c /ChangeLog
parent4d5a53b6f2811e82e313b979e4b53fd2071f2107 (diff)
downloadtxr-2cca0f202343044e81785c7612da105f528217fd.tar.gz
txr-2cca0f202343044e81785c7612da105f528217fd.tar.bz2
txr-2cca0f202343044e81785c7612da105f528217fd.zip
* stream.c (make_stdio_stream_common): Initialize new
mode member of struct stdio_ops to nil.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6266302..de4a6333 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2013-11-28 Kaz Kylheku <kaz@kylheku.com>
+ * stream.c (make_stdio_stream_common): Initialize new
+ mode member of struct stdio_ops to nil.
+
+2013-11-28 Kaz Kylheku <kaz@kylheku.com>
+
* stream.c (struct stdio_handle): New member, mode.
(stdio_stream_mark): Mark the new member during gc.
(stdio_seek): When we seek, we should reset the utf8 machine.