]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 18 Aug 2001 20:24:44 +0000 (20:24 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 18 Aug 2001 20:24:44 +0000 (20:24 +0000)
old/sh-utils/ChangeLog

index 966f0dbd33acbac206b833ef21e3a81a23a0ffa8..64b035e7701c77e0dd8f11483d0fb7f3cb3f6613 100644 (file)
@@ -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'