From: Jim Meyering Date: Sun, 14 Aug 2005 14:17:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.90~394 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ad5c9400bcfd95bf50d15c46f160ecdf9a29d4b;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index e6c3967096..f90ed994da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,13 +2,26 @@ * Version 5.3.1. + Use one fewer file descriptor in a common case. + * src/touch.c: Include "fd-reopen.h", rather than "fcntl--.h". + Use fd_reopen rather than open. + +2005-07-17 James Youngman + and Jim Meyering + + * src/test.c: Include "timespec.h". + (age_of): Return the nanoseconds part of the timestamp, if available. + (binary_operator) [-nt, -ot]: Use nanosecond values to break ties. + +2005-08-14 Jim Meyering + * src/ls.c (long_time_expected_width): Revert last change, just to be paranoid, and add a comment explaining why. Paul Eggert mentioned the possibility. * src/wc.c: Don't define mbrtowc at all. If mbstate_t is not defined, then AC_TYPE_MBSTATE_T will define - it to `int' for us. + it to `int' for us. Now wc.c really does compile on HP-UX 11.23. 2005-08-13 Jim Meyering