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

index c28076985c08f29563b59f610ecaf7b4cf7a1e21..0b11f2861cc9e09d2426a2ac4e68933638f5e713 100644 (file)
@@ -1,5 +1,10 @@
 Thu May 30 00:07:48 1996  Jim Meyering  <meyering@na-net.ornl.gov>
 
+       * 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.