From 406ddda49f3c557ac671be343f8b51c3bc239583 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 18 Aug 2001 17:45:37 +0000 Subject: *** empty log message *** --- old/sh-utils/ChangeLog | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) (limited to 'old/sh-utils/ChangeLog') diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index c0f786cad..915315f83 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. -- cgit v1.2.3-54-g00ecf