summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c9decb79..bdbb1a53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
2015-04-10 Kaz Kylheku <kaz@kylheku.com>
+ Functions open-fileno and fileno.
+
+ * stream.c (fd_k): New keyword variable.
+ (stdio_get_prop): Handle the :fd property by returning
+ the file descriptor.
+ (open_fileno): New function.
+ (stream_init): Initialize fd_k, and register fileno and open-fileno.
+
+ * stream.h (open_fileno): Declared.
+
+ * txr.1: Documented open-fileno and fileno.
+
+ * utf8.c (w_fdopen): New function.
+
+ * utf8.h (w_fdopen): Declared.
+
+2015-04-10 Kaz Kylheku <kaz@kylheku.com>
+
* gc.c (sweep): Fix comment referring to nonexistent identifier.
2015-04-10 Kaz Kylheku <kaz@kylheku.com>