diff options
author | Jim Meyering <jim@meyering.net> | 2000-12-03 10:22:32 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-12-03 10:22:32 +0000 |
commit | b5d4b2c555cfc6a448575e3ded8dd1078424f53a (patch) | |
tree | cadf74f72b6a88b9ca9151314c1c49f737426dc3 /old | |
parent | d8a157a00e35bccb9834d54eb43406612583f628 (diff) | |
download | coreutils-b5d4b2c555cfc6a448575e3ded8dd1078424f53a.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS index cf5b0952c..151d4a893 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,5 +1,9 @@ Changes in release 2.1 [2.0.9] +* od now prints valid addresses for offsets of 2^32 and larger, and allows + the byte offset (-j) and byte count (-N) arguments to be 2^32 and larger. +* tail now works with line and byte counts of 2^32 and larger, on systems + with large file support * join now works with an 8-bit delimiter * fix a compilation failure on some Solaris systems with wc.c [2.0.8] |