summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-01-29 21:59:05 -0800
committerKaz Kylheku <kaz@kylheku.com>2015-01-29 21:59:05 -0800
commit9bb7ffe3ee931bbfebe38fec4f2b24d1b851aece (patch)
tree3f9875f3514cb6e98d60a3eb277fa62de8105db6 /ChangeLog
parent0ba5923568ef1bf13eee30012fbf2977fe8b5a7c (diff)
downloadtxr-9bb7ffe3ee931bbfebe38fec4f2b24d1b851aece.tar.gz
txr-9bb7ffe3ee931bbfebe38fec4f2b24d1b851aece.tar.bz2
txr-9bb7ffe3ee931bbfebe38fec4f2b24d1b851aece.zip
Use macro to initialize strm_ops.
* stream.h (strm_ops_init): New macro. * stream.c (null_ops, stdio_ops, tail_ops, pipe_ops, string_in_ops, byte_in_ops, string_out_ops, strlist_out_ops, dir_ops, cat_stream_ops): Initialize using macro. * syslog.c (syslog_strm_ops): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 450ed480..5cc7be11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2015-01-29 Kaz Kylheku <kaz@kylheku.com>
+ Use macro to initialize strm_ops.
+
+ * stream.h (strm_ops_init): New macro.
+
+ * stream.c (null_ops, stdio_ops, tail_ops, pipe_ops, string_in_ops,
+ byte_in_ops, string_out_ops, strlist_out_ops, dir_ops,
+ cat_stream_ops): Initialize using macro.
+
+ * syslog.c (syslog_strm_ops): Likewise.
+
+2015-01-29 Kaz Kylheku <kaz@kylheku.com>
+
Use macro to initialize cobj_ops.
* lib.h (cobj_ops_init): New macro.