From: Jim Meyering Date: Mon, 25 Mar 2002 09:53:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1_8~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65ab259cdb90a7180f35961f1e7618c829720053;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index bd5cddb84c..12548ab02b 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,7 +1,17 @@ -2002-03-17 Jim Meyering +2002-03-25 Jim Meyering * Version 2.0.12. +2002-02-26 Paul Eggert + + * 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 + * src/seq.c (usage): Mention that --format=FORMAT must be a *floating-point* format, also in description of that option. Reported by Karl Eichwalder.