More tests for 'fseeko'.
[gnulib.git] / ChangeLog
index 7824c84..701f07b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2011-08-09  Bruno Haible  <bruno@clisp.org>
+
+       More tests for 'fseeko'.
+       * tests/test-fseeko3.c: New file, from Eric Blake.
+       * tests/test-fseeko3.sh: New file.
+       * modules/fseeko-tests (Files): Add them.
+       (TESTS): Add test-fseeko3.sh.
+       (check_PROGRAMS): Add test-fseeko3.
+
+2011-08-09  Eric Blake  <eblake@redhat.com>
+
+       fseeko: remove unneeded hack
+       * lib/fseeko.c (fseeko): 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.