From: Jim Meyering Date: Sat, 18 Aug 2001 17:45:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_15~370 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=406ddda49f3c557ac671be343f8b51c3bc239583;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index c0f786cadc..915315f831 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,17 +1,21 @@ +2001-06-20 Paul Eggert - * Version 2.0.11. + * src/test.c (isint, binary_operator, unary_operator): + Use intmax_t for argument integers, not long. + (age_of, binary_operator): Use time_t for times, not long. + (unary_operator): If N is out of int range, -t N now returns false. 2001-06-20 Paul Eggert - * src/expr.c (toarith): Don't accept plain "-" as a valid integer. + * src/expr.c (main): Handle a leading "--" option as POSIX requires. 2001-08-18 Jim Meyering - * 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. + * tests/expr/basic: Add a test for the above. + +2001-06-20 Paul Eggert + + * src/expr.c (toarith): Don't accept plain "-" as a valid integer. 2001-06-20 Paul Eggert @@ -25,6 +29,14 @@ eval6, eval4, eval3): Do integer arithmetic using intmax_t, not int. (docolon): Don't assume size_t fits in int. +2001-08-18 Jim Meyering + + * 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-08-18 Jim Meyering Revert part of last change and solve the problem a better way.