nonblocking: Add comment.
[pspp] / ChangeLog
index d86f4c9d2eda8af4c5d20a58cc98586d3f73b0d9..1f09ff84580f69088eb2a3222313b86dd76d845b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2011-04-17  Bruno Haible  <bruno@clisp.org>
+
+       nonblocking: Add comment.
+       * lib/fcntl.in.h (O_NONBLOCK): Add comment.
+
+2011-04-17  Bruno Haible  <bruno@clisp.org>
+
+       nonblocking: Add tests for sockets.
+       * tests/test-nonblocking-socket.sh: New file.
+       * tests/test-nonblocking-socket-main.c: New file.
+       * tests/test-nonblocking-socket-child.c: New file.
+       * tests/test-nonblocking-socket.h: New file.
+       * tests/socket-server.h: New file.
+       * tests/socket-client.h: New file.
+       * modules/nonblocking-socket-tests: New file.
+       * modules/nonblocking-tests (Depends-on): Add nonblocking-socket-tests.
+
 2011-04-17  Bruno Haible  <bruno@clisp.org>
 
        nonblocking: Add tests for pipes.