summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-05-31 03:36:22 +0000
committerJim Meyering <jim@meyering.net>1996-05-31 03:36:22 +0000
commit5946c4697280f3caab11e2880e7e78ee3da7db1c (patch)
tree5506ad78f4ebf743f6fcdf5d2954e1e45bf78d55 /old
parent20522f2f5d05091ba199f332752f00ad9927abbe (diff)
downloadcoreutils-5946c4697280f3caab11e2880e7e78ee3da7db1c.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index c28076985..0b11f2861 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -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.