From: Jim Meyering Date: Fri, 31 May 1996 03:36:22 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_16~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5946c4697280f3caab11e2880e7e78ee3da7db1c;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index c28076985c..0b11f2861c 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,10 @@ Thu May 30 00:07:48 1996 Jim Meyering + * tail.c (main): Interpret the old-style +VALUE and -VALUE options + like -c VALUE and -c +VALUE (resp) when VALUE has one of the [bkm] + suffix multipliers. This makes the code consistent with --help + output. Reported by Karl Heuer. + * sort.c (limfield): #ifdef-out a block of code that makes GNU sort incompatible with Unix sort when a key-end spec refers to the N'th character in a field that has fewer than N characters.