summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-05-31 03:42:11 +0000
committerJim Meyering <jim@meyering.net>1996-05-31 03:42:11 +0000
commitb6c83bbaa049d7af60c8970a73ce8a8b47c3d0b4 (patch)
tree4a2b4a862099f3aa4f947b1f5489487f0a33c012 /old
parent5946c4697280f3caab11e2880e7e78ee3da7db1c (diff)
downloadcoreutils-b6c83bbaa049d7af60c8970a73ce8a8b47c3d0b4.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog2
-rw-r--r--old/textutils/NEWS5
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