summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-07-19 09:09:13 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-07-19 09:09:13 -0700
commit74880de58e4f3ae6e0a84187f92e6853c37aa64e (patch)
tree64904f35f9d7279cb437866bdfe9deb501ef798f /ChangeLog
parent614ec6640e3232edfea2614ef290ffcb7ffbae7f (diff)
downloadtxr-74880de58e4f3ae6e0a84187f92e6853c37aa64e.tar.gz
txr-74880de58e4f3ae6e0a84187f92e6853c37aa64e.tar.bz2
txr-74880de58e4f3ae6e0a84187f92e6853c37aa64e.zip
* eval.c (eval_init): Register get-lines as a synonym for lazy-stream-cons.
* stream.c (get_string): New function. * stream.h (get_string): Declared. (stream_init): get_string registered as get-string intrinsic. * txr.1: Documented get-string, and get-lines as a synonym for lazy-stream-cons. Documented the behavioral difference of lazy-stream-cons lazy lists for real-time and non-real-time streams.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b8765212..df64d668 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2014-07-19 Kaz Kylheku <kaz@kylheku.com>
+
+ * eval.c (eval_init): Register get-lines as a synonym for lazy-stream-cons.
+
+ * stream.c (get_string): New function.
+
+ * stream.h (get_string): Declared.
+ (stream_init): get_string registered as get-string intrinsic.
+
+ * txr.1: Documented get-string, and get-lines as a synonym for
+ lazy-stream-cons. Documented the behavioral difference of
+ lazy-stream-cons lazy lists for real-time and non-real-time streams.
+
2014-07-18 Kaz Kylheku <kaz@kylheku.com>
* Makefile (conftest, conftest2): Link math