work around mingw's lack of some S_IF definitions
[pspp] / ChangeLog
index 05a3ad5ee12b8f6cdfddde6d1dacdc9a1fd262bd..c4c51b3f2434144f1bf3f96ffa172e33ffac4e1b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2008-12-08  Jim Meyering  <meyering@redhat.com>
+
+       work around mingw's lack of some S_IF definitions
+       * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
+       Reported by Simon Josefsson.
+
+2008-12-08  Bruno Haible  <bruno@clisp.org>
+
+       * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
+       applied to variables. Needed on MacOS X 10.4/PowerPC.
+       Reported by Simon Josefsson.
+
+2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
+       and Eric Blake  <ebb9@byu.net>
+
+       assert: honor --enable-assert
+       * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
+       order to honor --enable-assert, rather than treating it as a
+       synonym for --disable-assert.
+
+2008-12-08  Jim Meyering  <meyering@redhat.com>
+
+       * lib/posixtm.c: Remove now-useless declaration of mktime.
+
+       * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
+
 2008-12-07  Bruno Haible  <bruno@clisp.org>
 
        * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,