From: Jim Meyering Date: Sun, 26 Feb 2006 10:01:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~689 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af7863c36cd9dab92926d1e8818f9f20c6292428;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 06e4131147..576fad0987 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,18 @@ -2006-02-23 Jim Meyering +2006-02-25 Eric Blake * Version 6.0-cvs. + In ls, avoid calling stat for --inode (-i), when possible. + * src/pwd.c (NOT_AN_INODE_NUMBER, D_INO): Move to ... + * src/system.h: ... here, for use in ... + * src/ls.c (main): ... here. Prefer dirent.d_ino to stat when + possible. + (gobble_file): Add inode argument. + (print_dir): Pass inode if available. + (usage): Remove inaccuracy. + +2006-02-23 Jim Meyering + * TODO: Update/correct some obsolete entries. 2006-02-20 Paul Eggert