* m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
authorJim Meyering <jim@meyering.net>
Mon, 19 Feb 2007 18:19:34 +0000 (18:19 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 19 Feb 2007 18:19:34 +0000 (18:19 +0000)
Prompted by a report from Bruno Haible that mingw lacks ftruncate.

SCALAR(0x704170)

ChangeLog
m4/ftruncate.m4

index 418ea19..8919639 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-02-19  Jim Meyering  <jim@meyering.net>
+
+       * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
+       Prompted by a report from Bruno Haible that mingw lacks ftruncate.
+
 2007-02-18  Bruno Haible  <bruno@clisp.org>
 
        * lib/readlink.c: Include <unistd.h>.
        * modules/imaxdiv (configure.ac): Likewise.
        * modules/strtoimax (configure.ac): Likewise.
        * modules/strtoumax (configure.ac): Likewise.
-       
+
 2007-02-17  Bruno Haible  <bruno@clisp.org>
 
        * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
index dd37f2d..419f249 100644 (file)
@@ -1,4 +1,4 @@
-#serial 11
+#serial 12
 
 # See if we need to emulate a missing ftruncate function using fcntl or chsize.
 
@@ -7,8 +7,10 @@
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
-# FIXME: remove this macro, along with all uses of HAVE_FTRUNCATE in 2007,
-# if the check below provokes no reports.
+# FIXME: remove this macro, along with all uses of HAVE_FTRUNCATE in 2010,
+# if the check below provokes no more reports.  So far, the only report
+# arose from a test build of this gnulib module, cross-compiling to mingw:
+# <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/9203>
 
 AC_DEFUN([gl_FUNC_FTRUNCATE],
 [