1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2003-08-09 09:47:10 +00:00
parent 5d70602ed3
commit 96590c3f79
2 changed files with 24 additions and 1 deletions

View File

@@ -1,7 +1,20 @@
2003-08-07 Jim Meyering <jim@meyering.net>
2003-08-09 Jim Meyering <jim@meyering.net>
* Version 5.0.91.
* tests/misc/split-fail: Reflect that `split -a 0' is now accepted.
2003-08-07 Paul Eggert <eggert@twinsun.com>
* doc/coreutils.texi (split invocation):
Add -d or --numeric-suffixes option to 'split'.
From a suggestion by Jesse Kornblum.
* src/split.c (suffix_alphabet): New var.
(longopts, usage, next_file_name, main): Support -d.
(next_file_name, main): Allow -a0, as POSIX requires.
(next_file_name): Don't assume ASCII-like encoding;
'a' through 'z' are not contiguous in EBCDIC.
2003-08-05 Paul Eggert <eggert@twinsun.com>
Merge getline from gnulib.

10
NEWS
View File

@@ -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.