From: Jim Meyering Date: Fri, 31 May 1996 03:42:11 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_16~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6c83bbaa049d7af60c8970a73ce8a8b47c3d0b4;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 0b11f2861c..8355b34c39 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,7 @@ Thu May 30 00:07:48 1996 Jim Meyering + * Version 1.16. + * 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 diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 939cd5874a..7d8f47611f 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,3 +1,8 @@ +Changes in release 1.16 +* sort is compatible with Unix sort when a key-end spec refers to the N'th + character in a field that has fewer than N characters +* tail with old-style options like -20k and +31m operates on units of bytes, + as --help documentation says. Before, it used units of lines. Changes in release 1.15 * od gives better diagnostics for invalid format specs * uses automake-generated Makefile templates