summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorajs <ajs>2005-02-16 00:45:37 +0000
committerajs <ajs>2005-02-16 00:45:37 +0000
commita269d613fe0536a01eb86367a545e337e51d1309 (patch)
tree21e648eaac2a1569af79dcbc75a962481b6cbc75 /lib/ChangeLog
parent6ea7cdc593f7637e26da54192ef67245185994f3 (diff)
2005-02-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* network.h: Declare new function set_nonblocking. Indicate that readn and writen are deprecated. * network.c: (set_nonblocking) New function to make a file descriptor non-blocking, since it seems silly to have fcntl calls sprinkled throughout the code.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 2b29056f..ee024389 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,11 @@
+2005-02-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
+ * network.h: Declare new function set_nonblocking. Indicate that
+ readn and writen are deprecated.
+ * network.c: (set_nonblocking) New function to make a file descriptor
+ non-blocking, since it seems silly to have fcntl calls sprinkled
+ throughout the code.
+
2005-02-14 Paul Jakma <paul.jakma@sun.com>
* stream.h: Unsigned long updated to size_t