diff options
author | Jim Meyering <jim@meyering.net> | 2003-05-01 17:52:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-05-01 17:52:40 +0000 |
commit | 0ce4463dfacd39f850592255b4d6e7926dfd913f (patch) | |
tree | f6133113551440ab92fdd9be6de65d9f7da01c8b /NEWS | |
parent | 2729b8b6feb67161552fc05aded1cf74649d2aae (diff) | |
download | coreutils-0ce4463dfacd39f850592255b4d6e7926dfd913f.tar.xz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [5.0.1] * tail's byte and line counts are no longer limited to OFF_T_MAX. - Now the limit is UINTMAX_MAX. + Now the limit is UINTMAX_MAX (usually 2^64). * tsort now fails when given an odd number of input tokens. Before, it would act as if the final token appeared one additional time. * readlink's --canonicalize option now works on systems like Solaris that |