New module 'ftell'.
[gnulib.git] / ChangeLog
index 4b4bfcf..47b74ac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2007-05-28  Bruno Haible  <bruno@clisp.org>
+
+       * lib/ftell.c: New file.
+       * modules/ftell: New file.
+       * m4/ftell.m4: New file.
+       * doc/functions/ftell.texi: Update.
+       * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
+       REPLACE_FTELL.
+       * lib/stdio_.h (rpl_ftell): New declaration.
+       * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
+       REPLACE_FTELL.
+
 2007-05-28  Eric Blake  <ebb9@byu.net>
 
        * lib/allocsa.h (safe_alloca): Avoid compiler warning.