changeset 13188:0a3192a93840

ftruncate: mark module as obsolete; even MinGW provides it, now * modules/ftruncate (Status): Obsolete. (Notice): Say that. * doc/posix-functions/ftruncate.texi: Don't say MinGW lacks it. http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/9203
author Jim Meyering <meyering@redhat.com>
date Fri, 09 Apr 2010 10:44:23 +0200
parents be869a242af0
children ffeff6b1532a
files ChangeLog doc/posix-functions/ftruncate.texi modules/ftruncate
diffstat 3 files changed, 14 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Apr 09 02:02:15 2010 +0200
+++ b/ChangeLog	Fri Apr 09 10:44:23 2010 +0200
@@ -1,3 +1,11 @@
+2010-04-09  Jim Meyering  <meyering@redhat.com>
+
+	ftruncate: mark module as obsolete; even MinGW provides it, now
+	* modules/ftruncate (Status): Obsolete.
+	(Notice): Say that.
+	* doc/posix-functions/ftruncate.texi: Don't say MinGW lacks it.
+	http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/9203
+
 2010-04-08  Bruno Haible  <bruno@clisp.org>
 
 	Fix side effects from tests-related modules.
--- a/doc/posix-functions/ftruncate.texi	Fri Apr 09 02:02:15 2010 +0200
+++ b/doc/posix-functions/ftruncate.texi	Fri Apr 09 10:44:23 2010 +0200
@@ -8,9 +8,6 @@
 
 Portability problems fixed by Gnulib:
 @itemize
-@item
-This function is missing on some platforms:
-mingw.
 @end itemize
 
 Portability problems not fixed by Gnulib:
--- a/modules/ftruncate	Fri Apr 09 02:02:15 2010 +0200
+++ b/modules/ftruncate	Fri Apr 09 10:44:23 2010 +0200
@@ -1,6 +1,12 @@
 Description:
 ftruncate() function: truncate an open file to a specified length.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete.
+
 Files:
 lib/ftruncate.c
 m4/ftruncate.m4
@@ -22,4 +28,3 @@
 
 Maintainer:
 Jim Meyering
-