From b6dcafff113b972965f7e39f67cb2b588170b8ea Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 26 Sep 1998 19:13:40 +0000 Subject: [PATCH] . --- old/sh-utils/ChangeLog | 8 ++++++++ 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 c52bc97..acd6aad 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,11 @@ +1998-09-26 Jim Meyering + + * 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 * src/stty.c (main): Revamp option processing, again. diff --git a/tests/stty/Makefile.in b/tests/stty/Makefile.in index f89342d..4191279 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 -- 2.7.4