summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-08-30 14:44:10 +0000
committerJim Meyering <jim@meyering.net>1999-08-30 14:44:10 +0000
commit84f4450da42d4f53f60776f59ec45bcf8c1ef311 (patch)
tree9b81101e7c7b9dd35de33026bee3d708304ff08f /old
parent038e5f009ef31a803d32a3fbc8c2d1d95fe1fbd8 (diff)
downloadcoreutils-84f4450da42d4f53f60776f59ec45bcf8c1ef311.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index bc2040f48..eedb1f791 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,11 @@
1999-08-29 Jim Meyering <meyering@ascend.com>
+ * src/env.c (main): Call exit explicitly to avoid warning from gcc.
+ * src/nice.c (main): Likewise.
+ Include "xstrtol.h".
+ (isinteger): Remove function and prototype.
+ (main): Use xstrtol in place of atoi. Remove associated FIXME comments.
+
* configure.in (AC_YACC): Remove use, now that we require bison.
* tests/date/Test.pm (test_vector): Add a test for the Risks-reported
@@ -29,6 +35,7 @@
* src/nice.c (usage): Likewise.
* src/printenv.c (usage): Likewise.
* src/sleep.c (usage): Likewise.
+ * src/stty.c (usage): Likewise.
Reported by Daniel Bergstrom.
1999-08-22 Jim Meyering <meyering@ascend.com>