diff options
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 0539d2c8f..c0f786cad 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,9 +1,20 @@ -2001-08-18 Jim Meyering <meyering@lucent.com> * Version 2.0.11. 2001-06-20 Paul Eggert <eggert@twinsun.com> + * src/expr.c (toarith): Don't accept plain "-" as a valid integer. + +2001-08-18 Jim Meyering <meyering@lucent.com> + + * tests/expr/basic: New test for the above. + * tests/expr/Makefile.am: New file. + * tests/expr: New directory. + * tests/Makefile.am (SUBDIRS): Add expr. + * configure.in (AC_OUTPUT): Add tests/expr/Makefile. + +2001-06-20 Paul Eggert <eggert@twinsun.com> + Modify 'expr' so that it uses intmax_t, not int, to calculate the value of integer expressions. |