diff --git a/ChangeLog b/ChangeLog index d76f2a7cc..75184c407 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,16 @@ -2004-02-02 Jim Meyering +2004-02-05 Jim Meyering * Version 5.1.3. + * src/system.h (ST_TIME_CMP_NS, ST_TIME_CMP): Remove definitions. + (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise. + Now, those are all defined in timespec.h. + Include timespec.h. + + * src/date.c: Don't include timespec.h, now that system.h does it. + +2004-02-02 Jim Meyering + * src/stat.c (do_stat): Remove extra trailing newline from default formats. Reported by Nelson H. F. Beebe.