summaryrefslogtreecommitdiff
path: root/old/sh-utils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-18 20:24:44 +0000
committerJim Meyering <jim@meyering.net>2001-08-18 20:24:44 +0000
commitbf009adc4e097f69479cdf809902c07000559c3c (patch)
tree13f3538bddfb748bf31812053e9b020b87e284c7 /old/sh-utils/ChangeLog
parent2dce4a36d9d8bde9ae57ac2d277f637fbe388582 (diff)
downloadcoreutils-bf009adc4e097f69479cdf809902c07000559c3c.tar.xz
.
Diffstat (limited to 'old/sh-utils/ChangeLog')
-rw-r--r--old/sh-utils/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 966f0dbd3..64b035e77 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,17 @@
* Version 2.0.12.
+2001-06-21 Paul Eggert <eggert@twinsun.com>
+
+ * src/expr.c: Code cleanup to avoid tricky macros and
+ old-style function declarations.
+
+ (cmpf, less_than, less_equal, equal, not_equal, greater_equal,
+ greater_than, arithf, arithdivf, plus, minus, multiply, divide, mod):
+ Remove.
+
+ (eval4, eval3, eval2): Rewrite to avoid the need for the above macros
+ and functions.
+
2001-08-18 Jim Meyering <meyering@lucent.com>
* src/test.c (binary_operator): Move declarations of lt,rt `down'