.
authorJim Meyering <jim@meyering.net>
Sat, 26 Sep 1998 19:13:40 +0000 (19:13 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 26 Sep 1998 19:13:40 +0000 (19:13 +0000)
old/sh-utils/ChangeLog
tests/stty/Makefile.in

index c52bc97..acd6aad 100644 (file)
@@ -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.
index f89342d..4191279 100644 (file)
@@ -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