1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-17 12:52:16 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2003-05-04 08:39:14 +00:00
parent f4fbb39dfd
commit 21c8705b3c

3
NEWS
View File

@@ -1,4 +1,7 @@
[5.0.1]
* df and `readlink --canonicalize' no longer corrupt the heap on
non-glibc, non-solaris systems
* `env -u SOME_ALREADY_UNSET_VARIABLE' no longer dumps core on non-glibc systems
* 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.