diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-06-07 19:54:09 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-06-07 19:54:09 -0700 |
commit | 267c1c96144c983f7c6d4826cb0fede4471c3233 (patch) | |
tree | 70c76d2e21b0020dd77880e1e749bd6b89ec7c30 /ChangeLog | |
parent | b0906871e8a6bbd2f5b4c25eca511ac1827a30d5 (diff) | |
download | txr-267c1c96144c983f7c6d4826cb0fede4471c3233.tar.gz txr-267c1c96144c983f7c6d4826cb0fede4471c3233.tar.bz2 txr-267c1c96144c983f7c6d4826cb0fede4471c3233.zip |
* stream.c (catenated_stream_p, catenated_stream_push): New functions.
* stream.h (catenated_stream_p, catenated_stream_push): Declared.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2015-06-07 Kaz Kylheku <kaz@kylheku.com> + + * stream.c (catenated_stream_p, catenated_stream_push): New functions. + (stream_init): Registered new functions as intrinsics. + + * stream.h (catenated_stream_p, catenated_stream_push): Declared. + + * txr.1: Documented catenated-stream-p and catenated-stream-push. + 2015-05-25 Kaz Kylheku <kaz@kylheku.com> * txr.1: Document new syntactic places framework and place-mutating macros. |