]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Fri, 31 May 1996 03:42:11 +0000 (03:42 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 31 May 1996 03:42:11 +0000 (03:42 +0000)
old/textutils/ChangeLog
old/textutils/NEWS

index 0b11f2861cc9e09d2426a2ac4e68933638f5e713..8355b34c39393fc54370d17573b00a95f78da713 100644 (file)
@@ -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
index 939cd5874ace4a19d46261486f5624d7fab8e09a..7d8f47611f652e4e404e2373858d0a7b1eca27e9 100644 (file)
@@ -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