1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 10:39:01 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2003-04-26 06:44:50 +00:00
parent 110e377d26
commit 412c38a757
+2
View File
@@ -1,4 +1,6 @@
[5.0.1]
* 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
lack the canonicalize_file_name function but do have resolvepath.
* split can now handle --bytes=N and --lines=N with N=2^31 or more.