summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-07-06 13:52:12 +0000
committerJim Meyering <jim@meyering.net>1997-07-06 13:52:12 +0000
commit0c5e6d93cd11a455a4947c18fcf4e887678048e1 (patch)
tree7c6cf462a793d4f991308932562eee7683e9179a /old/fileutils
parent2b0ecc7fa5e45bc71a503aec2b39b81c73ebdcc2 (diff)
downloadcoreutils-0c5e6d93cd11a455a4947c18fcf4e887678048e1.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 50f0284b8..eab8c7523 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,14 @@
+1997-07-06 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * lib/idcache.c (getuser): Return NULL (rather than stringified uid)
+ upon lookup failure.
+ (getgroup): Likewise.
+ (getuidbyname) [NOT_USED]: #ifdef-out unused function.
+ (getgidbyname) [NOT_USED]: #ifdef-out unused function.
+ Suggested by François Pinard.
+ * src/ls.c (print_long_format): Reflect changes in semantics of
+ getuser, getgroup.
+
1997-07-04 Jim Meyering <meyering@na-net.ornl.gov>
* Makefile.am (aclocal-files): Look in source directory, not build dir.