Add ChangeLog entry.
[pspp] / ChangeLog
index 26e8c3e8b37dc65073b26b9d48880746cee39443..30004c433c789a73618338a6391b8654d034e0ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
+
+       * lib/arpa_inet.in.h: Add extern "C" block for C++.
+
+2009-01-16  Bruno Haible  <bruno@clisp.org>
+
+       * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
+       array initializer syntax that also works in C++ mode.
+       Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
+
+2009-01-16  Jim Meyering  <meyering@redhat.com>
+
+       poll: suppress a warning
+       * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
+       to ignore "...unsigned expression < 0 is always false" warnings.
+
+2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
+
+       poll: remove declarations of unused variables
+       * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
+       sockbuf and optlen.
+
 2009-01-15  Bruno Haible  <bruno@clisp.org>
 
        Make fflush-after-ungetc POSIX compliant on BSD systems.