*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 9 Aug 2003 09:47:10 +0000 (09:47 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 9 Aug 2003 09:47:10 +0000 (09:47 +0000)
ChangeLog
NEWS

index ce170a5..455d3fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/NEWS b/NEWS
index 7b6b017..f46845c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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.