ceil, trunc, round: Fix gcc warnings.
[pspp] / ChangeLog
index b0ddadeccb3484096a3faa0b9e98ed8b78f2ba7e..be6b4317e1d38360f1154135f6956e597aedc1b8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2010-12-24  Bruno Haible  <bruno@clisp.org>
+
+       ceil, trunc, round: Fix gcc warnings.
+       * lib/ceil.c (MIN): Undefine before redefining.
+       * lib/trunc.c (MIN): Likewise.
+       * lib/round.c (MIN): Likewise.
+       Include <math.h> first.
+
+2010-12-24  Bruno Haible  <bruno@clisp.org>
+
+       select tests: Avoid failures on OSF/1 5.1.
+       * tests/test-select.c (test_accept_first, test_socket_pair): Ignore
+       failure of closing the last socket; it may fail with ECONNRESET.
+
 2010-12-24  Eric Blake  <eblake@redhat.com>
 
        stdint: avoid HP-UX 10.20 preprocessor bug