More tests for 'fseeko'.
[gnulib.git] / ChangeLog
index 455a699..701f07b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,16 @@
+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
-       * tests/test-fflush2.c (main): Don't special-case SEEK_END.
+       * 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.