diff options
-rw-r--r-- | old/textutils/ChangeLog | 2 | ||||
-rw-r--r-- | old/textutils/NEWS | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 0b11f2861..8355b34c3 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,7 @@ Thu May 30 00:07:48 1996 Jim Meyering <meyering@na-net.ornl.gov> + * 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 939cd5874..7d8f47611 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 |