From a269d613fe0536a01eb86367a545e337e51d1309 Mon Sep 17 00:00:00 2001 From: ajs Date: Wed, 16 Feb 2005 00:45:37 +0000 Subject: 2005-02-15 Andrew J. Schorr * 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. --- lib/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/ChangeLog') 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 + + * 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 * stream.h: Unsigned long updated to size_t -- cgit v1.2.1