fseeko: remove unneeded hack
[gnulib.git] / ChangeLog
index 46de43c..455a699 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2011-08-09  Eric Blake  <eblake@redhat.com>
+
+       fseeko: remove unneeded hack
+       * tests/test-fflush2.c (main): Don't special-case SEEK_END.
+
+       fseeko: fix bug on glibc
+       * lib/fseeko.c (fseeko): Set stream offset to match fd offset.
+       Reported by John W. Eaton.
+
+2011-08-08  Bruno Haible  <bruno@clisp.org>
+
+       unictype/base: Fix interoperability with preinstalled libunistring.
+       * modules/unictype/base (configure.ac): Bump minimum version to 0.9.4.
+       Reported by Simon Josefsson.
+
+2011-08-08  Bruno Haible  <bruno@clisp.org>
+
+       iswblank: Detect declaration correctly.
+       * m4/iswblank.m4 (gl_FUNC_ISWBLANK): Use correct headers in
+       AC_CHECK_DECLS invocation.
+
 2011-08-08  Bruno Haible  <bruno@clisp.org>
 
        tcgetsid: Detect declaration correctly.