diff options
author | Jim Meyering <jim@meyering.net> | 2003-08-09 10:28:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-08-09 10:28:01 +0000 |
commit | a62ac802d41a027eb139936637b2e70a2d57ab73 (patch) | |
tree | 5f99877fdcecf627b6991ff0632f885f77055b94 /ChangeLog | |
parent | 6e75699530c8ef2d67119eadd8ce7d7690a30422 (diff) | |
download | coreutils-a62ac802d41a027eb139936637b2e70a2d57ab73.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -6,13 +6,13 @@ 2003-08-07 Paul Eggert <eggert@twinsun.com> - * doc/coreutils.texi (split invocation): + * doc/coreutils.texi (split invocation): Add -d or --numeric-suffixes option to 'split'. - From a suggestion by Jesse Kornblum. + 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; + (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> |