]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 14 Aug 2005 14:17:54 +0000 (14:17 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 14 Aug 2005 14:17:54 +0000 (14:17 +0000)
ChangeLog

index e6c3967096d53560857b103ebbfcd21e658ecbd2..f90ed994da1fdab868d8b0107164f5b4a30abcd0 100644 (file)
--- 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  <jay@gnu.org>
+       and Jim Meyering  <jim@meyering.net>
+
+       * 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  <jim@meyering.net>
+
        * 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  <jim@meyering.net>