diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-18 16:39:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-18 16:39:58 +0000 |
commit | 5061ab5f05c8b682d8bb42a6b5b3df769b81d807 (patch) | |
tree | 00a335a46e0e344c29c020a0df9be10991cbe9a6 /old | |
parent | 92b78195a1a7c95615add80678b87a6a3f762f48 (diff) | |
download | coreutils-5061ab5f05c8b682d8bb42a6b5b3df769b81d807.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-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. |