summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-03-28 07:34:01 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-03-28 07:34:01 -0700
commit051bf360110a5b9649fe9a2b5b35b2dcfed868d6 (patch)
tree52c45d2a3d6f45b96296481949a301b301952d3d /ChangeLog
parentfb10286e0a3d3da9599ae43b42db1d77d55ae46b (diff)
downloadtxr-051bf360110a5b9649fe9a2b5b35b2dcfed868d6.tar.gz
txr-051bf360110a5b9649fe9a2b5b35b2dcfed868d6.tar.bz2
txr-051bf360110a5b9649fe9a2b5b35b2dcfed868d6.zip
* eval.c (eval_init): register get-lines as having one optional
argument. * lib.c (lazy_stream_cons): Default the argument to std_input. * txr.1: Document that the stream is optional in get-lines.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 229245fa..a8ddd5fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2015-03-28 Kaz Kylheku <kaz@kylheku.com>
+
+ * eval.c (eval_init): register get-lines as having one optional
+ argument.
+
+ * lib.c (lazy_stream_cons): Default the argument to std_input.
+
+ * txr.1: Document that the stream is optional in get-lines.
+
2015-03-24 Kaz Kylheku <kaz@kylheku.com>
* Makefile (enforce): Update error error message.