diff options
author | Jim Meyering <jim@meyering.net> | 2002-03-25 09:53:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-03-25 09:53:28 +0000 |
commit | 65ab259cdb90a7180f35961f1e7618c829720053 (patch) | |
tree | 80a047b16fb4e3c69f75cab3c984865c47faa57d /old/sh-utils | |
parent | 563ff6778d0725869bf4eb13762fad2040e67d35 (diff) | |
download | coreutils-65ab259cdb90a7180f35961f1e7618c829720053.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index bd5cddb84..12548ab02 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -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. |