summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-10-16 07:58:57 +0000
committerJim Meyering <jim@meyering.net>2003-10-16 07:58:57 +0000
commit5ee14fea3f01ad45ab2964eb7c6ea50ab22429c5 (patch)
tree8d31024e0077b7bce980b31a654f21a5be15043d /ChangeLog
parent26f4d6734276e4a306520a6bc789ba416eb54e6c (diff)
downloadcoreutils-5ee14fea3f01ad45ab2964eb7c6ea50ab22429c5.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 64b3d05d5..4b0ee97f4 100644
--- 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.