From: Jim Meyering Date: Sat, 9 Aug 2003 10:28:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_11~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a62ac802d41a027eb139936637b2e70a2d57ab73;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 455d3fedbd..5a49da6d1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,13 +6,13 @@ 2003-08-07 Paul Eggert - * 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