# HG changeset patch # User Bruno Haible # Date 1239385393 -7200 # Node ID f459c36fc548ee551af22ee5dd45830847dfb930 # Parent 0668470b57a2f1f363a834a2aebf071abf99bace Mark the 'utime' module obsolete. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2009-04-10 Bruno Haible + Mark 'utime' obsolete. + * modules/utime (Status, Notice): New sections. + Suggested by Jim Meyering. + Fix cross-compile guess for utime test. * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable autoconf. diff --git a/modules/utime b/modules/utime --- a/modules/utime +++ b/modules/utime @@ -1,6 +1,12 @@ Description: utime() function: change access and/or modification times of a file. +Status: +obsolete + +Notice: +This module is obsolete. It can be removed on 2010-01-01. + Files: lib/utime.c m4/utimbuf.m4