]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 18 Aug 2001 17:45:37 +0000 (17:45 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 18 Aug 2001 17:45:37 +0000 (17:45 +0000)
old/sh-utils/ChangeLog

index c0f786cadc8ac15fb7133688d6f1565e1a6d72ef..915315f8318c2a731d523db0fbd2303adf607043 100644 (file)
@@ -1,17 +1,21 @@
+2001-06-20  Paul Eggert  <eggert@twinsun.com>
 
-       * 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  <eggert@twinsun.com>
 
-       * 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  <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.
+       * tests/expr/basic: Add a test for the above.
+
+2001-06-20  Paul Eggert  <eggert@twinsun.com>
+
+       * src/expr.c (toarith): Don't accept plain "-" as a valid integer.
 
 2001-06-20  Paul Eggert  <eggert@twinsun.com>
 
        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  <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-08-18  Jim Meyering  <meyering@lucent.com>
 
        Revert part of last change and solve the problem a better way.