mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-12 15:06:44 +02:00
.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user