summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-09-26 19:13:40 +0000
committerJim Meyering <jim@meyering.net>1998-09-26 19:13:40 +0000
commitb6dcafff113b972965f7e39f67cb2b588170b8ea (patch)
treefc56598f142c559284dc0997575975494dbb86df /old
parent219c7a280d3c6fef85fdd848861edef2bd276ec1 (diff)
downloadcoreutils-b6dcafff113b972965f7e39f67cb2b588170b8ea.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index c52bc976a..acd6aadbc 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,11 @@
+1998-09-26 Jim Meyering <meyering@ascend.com>
+
+ * lib/xstrtol.c (__xstrtol) [STRING_TO_UNSIGNED]: Return
+ LONGINT_INVALID for strings that begin with `-'.
+
+ * tests/factor/Test.pm: Add a test for negative argument.
+ Tweak postprocessing framework.
+
1998-09-19 Jim Meyering <meyering@ascend.com>
* src/stty.c (main): Revamp option processing, again.