summaryrefslogtreecommitdiff
path: root/old/sh-utils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-18 17:45:37 +0000
committerJim Meyering <jim@meyering.net>2001-08-18 17:45:37 +0000
commit406ddda49f3c557ac671be343f8b51c3bc239583 (patch)
tree9668f0dab9751925e8c5fa30d0ae7c73b2935c50 /old/sh-utils/ChangeLog
parent1c9af0041d765e7a8e63704ead2abeaf39392ae9 (diff)
downloadcoreutils-406ddda49f3c557ac671be343f8b51c3bc239583.tar.xz
*** empty log message ***
Diffstat (limited to 'old/sh-utils/ChangeLog')
-rw-r--r--old/sh-utils/ChangeLog26
1 files changed, 19 insertions, 7 deletions
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 <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>
@@ -27,6 +31,14 @@
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.
* src/date.c (show_date) [--rfc-822]: Set LC_ALL=C just before
calling strftime and restore it just afterwards.