]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 25 Mar 2002 09:53:28 +0000 (09:53 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 25 Mar 2002 09:53:28 +0000 (09:53 +0000)
old/sh-utils/ChangeLog

index bd5cddb84c6d0c4300134f737b0f82fe3fdfae10..12548ab02bf4e3b11c6f1e7f2cf45122a2609420 100644 (file)
@@ -1,7 +1,17 @@
-2002-03-17  Jim Meyering  <meyering@lucent.com>
+2002-03-25  Jim Meyering  <meyering@lucent.com>
 
        * Version 2.0.12.
 
+2002-02-26  Paul Eggert  <eggert@twinsun.com>
+
+       * src/test.c (age_of): Return -1 and 0 rather than 0 and 1.
+       Might as well keep it simple, and like bash.
+       (binary_operator): Fix bug with -nt and -ot, when one of the
+       files did not exist.  We want to be compatible with the ksh93
+       documentation, and with Bash.
+
+2002-03-17  Jim Meyering  <meyering@lucent.com>
+
        * src/seq.c (usage): Mention that --format=FORMAT must be
        a *floating-point* format, also in description of that option.
        Reported by Karl Eichwalder.