summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-12-16 18:53:08 +0000
committerJim Meyering <jim@meyering.net>2000-12-16 18:53:08 +0000
commit96e6715ebeb00b1528b3f0b85eeeeb41212eae94 (patch)
tree4307b99ca57013a8e3c3bdc8fa25edaeb197f15e /old/fileutils
parent72d973cb61dfd50b45825ba9abeb0b237186eaa1 (diff)
downloadcoreutils-96e6715ebeb00b1528b3f0b85eeeeb41212eae94.tar.xz
.
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index d7b9dae81..aa785adb3 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,7 +1,17 @@
2000-12-16 Jim Meyering <meyering@lucent.com>
+ * src/chown-core.c (uint_to_string): New function.
+ (uid_to_name): Use it.
+ (gid_to_name): Use it.
+ Rename locals, user/group, to uid/gid.
+
* Version 4.0.34.
+ * src/chown-core.h (enum Change_status): Start with 1.
+
+ * src/chown.c (main): Rename locals, user/group, to uid/gid.
+ * src/chgrp.c (main): Rename local, group, to gid.
+
* tests/group-names: New file.
* tests/Makefile.am (EXTRA_DIST): Add group-names.
* tests/chgrp/basic: Use group-names.