*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 25 Jul 1998 16:45:45 +0000 (16:45 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 25 Jul 1998 16:45:45 +0000 (16:45 +0000)
old/fileutils/ChangeLog

index 6cd901c1bd35a7294295287023598d0c7abacfa9..b0a665e2fc799b8c21db6660e3c47486ae08eda6 100644 (file)
@@ -1,10 +1,10 @@
 1998-07-25  Jim Meyering  <meyering@ascend.com>
 
+       * Version 3.16s.
+
        * src/copy.c (SAME_INODE): Remove definition.
        * src/sys2.h (SAME_INODE): Define it here instead.
 
-       * Version 3.16s.
-
        * src/remove.c (same_file): New function.
        (remove_dir): Use it to give a better diagnostic when rmdir fails
        because it can't remove the current directory.
@@ -24,8 +24,8 @@
 
        * lib/utime.c: New file.
        * src/touch.c (utime_now): Moved into m4/utimes.m4.
-       (touch) [!HAVE_UTIME_NULL]: Remove #ifdef and use of utime_now
-       in if-block.
+       (touch) [!HAVE_UTIME_NULL]: Remove #ifdef and the use of utime_now
+       in the if-block.
 
        * configure.in (jm_FUNC_UTIME): Use this, not AC_FUNC_UTIME.