summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-04-28 20:19:09 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-04-28 20:19:09 -0700
commit7a0851c446dc6d128b1c49e21cc9d356bd7debc3 (patch)
treef1d76f9795e12e20e699d46cd9bfd358d6ff1ada /ChangeLog
parentd5faa2f124eff2c6f2079f6adc04cdbcc02c676e (diff)
downloadtxr-7a0851c446dc6d128b1c49e21cc9d356bd7debc3.tar.gz
txr-7a0851c446dc6d128b1c49e21cc9d356bd7debc3.tar.bz2
txr-7a0851c446dc6d128b1c49e21cc9d356bd7debc3.zip
Adding poll function.
* configure: Check for the poll function and set HAVE_POLL accordingly in config.h. * stream.h (fd_k): External declaration added. * sysif.c (poll_wrap): New function. (sysif_init): Registered poll-in, poll-out, poll-err, poll-pri, poll-rdhup, poll-nval, poll-rdband, poll-wrband variables and poll function. * txr.1: Documented poll.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dddb6c48..d7f9edcd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2015-04-28 Kaz Kylheku <kaz@kylheku.com>
+
+ Adding poll function.
+
+ * configure: Check for the poll function and set
+ HAVE_POLL accordingly in config.h.
+
+ * stream.h (fd_k): External declaration added.
+
+ * sysif.c (poll_wrap): New function.
+ (sysif_init): Registered poll-in, poll-out, poll-err,
+ poll-pri, poll-rdhup, poll-nval, poll-rdband, poll-wrband
+ variables and poll function.
+
+ * txr.1: Documented poll.
+
2015-04-21 Kaz Kylheku <kaz@kylheku.com>
Version 107.