diff options
author | Jim Meyering <jim@meyering.net> | 2003-08-09 09:47:10 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-08-09 09:47:10 +0000 |
commit | 96590c3f790b9235c999b2e388e902ca78864b1f (patch) | |
tree | 63fc6934fbc335e29a12dc948cf3dbcbe3d6698e /NEWS | |
parent | 5d70602ed36312b13f70545c1cb010c02c9337e3 (diff) | |
download | coreutils-96590c3f790b9235c999b2e388e902ca78864b1f.tar.xz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -5,6 +5,12 @@ GNU coreutils NEWS -*- outline -*- date accepts a new option --rfc-2822, an alias for --rfc-822. + split accepts a new option -d or --numeric-suffixes. + +** Bug fixes + + `split -a0' works once again. + * Major changes in release 5.0.90: @@ -48,6 +54,10 @@ GNU coreutils NEWS -*- outline -*- expr now reports trouble if string comparison fails due to a collation error. + split now generates suffixes properly on EBCDIC hosts. + + split -a0 now works, as POSIX requires. + `sort --version' and `sort --help' fail, as they should when their output is redirected to /dev/full. |