diff options
author | Jim Meyering <jim@meyering.net> | 1998-09-26 19:13:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-09-26 19:13:40 +0000 |
commit | b6dcafff113b972965f7e39f67cb2b588170b8ea (patch) | |
tree | fc56598f142c559284dc0997575975494dbb86df | |
parent | 219c7a280d3c6fef85fdd848861edef2bd276ec1 (diff) | |
download | coreutils-b6dcafff113b972965f7e39f67cb2b588170b8ea.tar.xz |
.
-rw-r--r-- | old/sh-utils/ChangeLog | 8 | ||||
-rw-r--r-- | tests/stty/Makefile.in | 3 |
2 files changed, 9 insertions, 2 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. diff --git a/tests/stty/Makefile.in b/tests/stty/Makefile.in index f89342dd0..419127905 100644 --- a/tests/stty/Makefile.in +++ b/tests/stty/Makefile.in @@ -4,7 +4,6 @@ # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. - # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A @@ -102,7 +101,7 @@ l = @l@ AUTOMAKE_OPTIONS = 1.2f gnits -TESTS = row-col-1 +TESTS = row-col-1 basic-1 EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = STTY=../../src/stty mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |