summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-08-09 10:28:01 +0000
committerJim Meyering <jim@meyering.net>2003-08-09 10:28:01 +0000
commita62ac802d41a027eb139936637b2e70a2d57ab73 (patch)
tree5f99877fdcecf627b6991ff0632f885f77055b94 /ChangeLog
parent6e75699530c8ef2d67119eadd8ce7d7690a30422 (diff)
downloadcoreutils-a62ac802d41a027eb139936637b2e70a2d57ab73.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 455d3fedb..5a49da6d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>