]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 10 Apr 2003 19:29:49 +0000 (19:29 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 10 Apr 2003 19:29:49 +0000 (19:29 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 8ef266948a570faba0acee7c75bb734729436445..ee91bb3483fa04bbf24d0f916f6fefac2bfd7a15 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
 [5.0.1]
 * 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.
 * `kill -t' now prints signal descriptions (not `?') on systems like Tru64
   with __sys_siglist but no strsignal function.
 * mv now removes `a' in this example on all systems: touch a; ln a b; mv a b