summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-08-18 08:59:10 +0200
committerJim Meyering <jim@meyering.net>2007-08-18 08:59:17 +0200
commita05ae2f7168f42d290512ae919bb9ce4aa4d7063 (patch)
tree5c8d910ec503e1ff50b34e428337c1749ae0a5d6 /ChangeLog
parentb78c6b68f77d55b6aeb57853a2f5e2bf312584c1 (diff)
downloadcoreutils-a05ae2f7168f42d290512ae919bb9ce4aa4d7063.tar.xz
Use new "idcache.h" header.
* src/ls.c: Remove ancient declarations of getuser and getgroup. Include "idcache.h", instead.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae486499b..a477f3d10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-08-18 Jim Meyering <jim@meyering.net>
+ Use new "idcache.h" header.
+ * src/ls.c: Remove ancient declarations of getuser and getgroup.
+ Include "idcache.h", instead.
+
Run each Coreutils.pm-based test in its own subdirectory.
* tests/CuTmpdir.pm: New file.
* tests/Makefile.am (EXTRA_DIST): Add CuTmpdir.pm.