select tests: Improve comments.
[pspp] / ChangeLog
index 48c15b0d83b6951a1072e8ba1983c756235d37ca..dc5dc401f0370cc1d396a48413e4dbb594f2329c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2010-12-27  Bruno Haible  <bruno@clisp.org>
+
+       select tests: Improve comments.
+       * tests/test-select.c (do_select): Add comments.
+
+2010-12-27  Bruno Haible  <bruno@clisp.org>
+
+       select tests: Safer way of handling timeout.
+       * tests/test-select.c (do_select_nowait): Zero-initialize the timeout
+       at every invocation.
+
 2010-12-27  Bruno Haible  <bruno@clisp.org>
 
        select tests: Use 'bool' where appropriate.