1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-12 12:00:21 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2003-06-01 12:02:20 +00:00
parent c9f1c50085
commit 9362cd7fa7
+1 -1
View File
@@ -17,7 +17,7 @@
would fail to remove all files in DIR if there were more than 338.
* tail's byte and line counts are no longer limited to OFF_T_MAX.
Now the limit is UINTMAX_MAX (usually 2^64).
* tsort now fails when given an odd number of input tokens.
* tsort now fails when given an odd number of input tokens, as required by POSIX
Before, it would act as if the final token appeared one additional time.
* readlink's --canonicalize option now works on systems like Solaris that
lack the canonicalize_file_name function but do have resolvepath.