*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 16 Oct 2003 07:58:57 +0000 (07:58 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 16 Oct 2003 07:58:57 +0000 (07:58 +0000)
ChangeLog
lib/ChangeLog

index 64b3d05d524c6352e92713934c4c373ed921b47d..4b0ee97f4c22e8cacfff4756fca804d5b2624305 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,12 @@
 2003-10-16  Jim Meyering  <jim@meyering.net>
 
+       * Version 5.1.0.
+
        * src/chgrp.c (main): Simply assign to bit_flags.
        Don't bother with bit arithmetic.
-
-       * Version 5.1.0.
+       * src/chown.c (main): Likewise.
+       Rename a couple of local variables.
+       Remove unnecessary casts.
 
        * src/tail.c (start_bytes): Rename local, remainder, to avoid
        gcc's warning about shadowing a global.
index 03b16052692e314d3572d8bde8bc259d0a51ca08..e11f4b76f10a2529777b59006152b594f9f0623b 100644 (file)
@@ -1,5 +1,7 @@
 2003-10-16  Jim Meyering  <jim@meyering.net>
 
+       * readutmp.c: Fix indentation, from gnulib.
+
        * xmalloc.c: Include <string.h>, for declarations of memset and memcpy.
 
        * exclude.c: Update from gnulib.