summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-03-25 09:53:28 +0000
committerJim Meyering <jim@meyering.net>2002-03-25 09:53:28 +0000
commit65ab259cdb90a7180f35961f1e7618c829720053 (patch)
tree80a047b16fb4e3c69f75cab3c984865c47faa57d /old
parent563ff6778d0725869bf4eb13762fad2040e67d35 (diff)
downloadcoreutils-65ab259cdb90a7180f35961f1e7618c829720053.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog12
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.