From: Jim Meyering Date: Tue, 5 Dec 1995 23:50:18 +0000 (+0000) Subject: (main): Diagnose improper form of arguments to -k, then fail.. X-Git-Tag: TEXTUTILS-1_13h~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6a2dbc63ce365b5fc529c5176dff93e8e176330;p=thirdparty%2Fcoreutils.git (main): Diagnose improper form of arguments to -k, then fail.. --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 004c85b013..18abd8841a 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,17 @@ +Tue Dec 5 17:49:53 1995 Jim Meyering (meyering@comco.com) + + * sort.c (main): Diagnose invalid arguments to -k, then fail. + + * sort.c (numcompare): Properly handle all cases in which signs differ. + From Karl Heuer. + + * Makefile.in (mandir): @mandir@ is just $(prefix)/man. + Append `/man1'. Reported by Karl Heuer. + + * sum.c (bsd_sum_file): Remove misleading comment. From Karl Heuer. + + * src/Makefile.in [.c._o]: Don't create $<-tmp. From Kaveh Ghazi. + Fri Dec 1 01:02:36 1995 Jim Meyering (meyering@comco.com) * lib/Makefile.in (default): New target.