]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 12 Feb 2002 15:46:40 +0000 (15:46 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 12 Feb 2002 15:46:40 +0000 (15:46 +0000)
old/textutils/ChangeLog

index 9588903315a58fcaa90cc79cdd090ef925cf8253..4882ec2b8f2010517550c1bc7b9ad0a3fd8a7560 100644 (file)
@@ -1,7 +1,31 @@
-2002-02-11  Jim Meyering  <meyering@lucent.com>
+2002-02-12  Jim Meyering  <meyering@lucent.com>
 
        * Version 2.0.21.
 
+       * src/split.c (DEFAULT_SUFFIX_LENGTH): Define constant.
+       (suffix_length): Use it here.
+       (usage): Use it here.
+
+2002-02-05  Paul Eggert  <eggert@twinsun.com>
+
+       Change 'split' to conform to POSIX.  It now accepts an -a or
+       --suffix-length option, and refuses to generate more files
+       than there are suffixes.
+
+       * NEWS, doc/coreutils.texi: Document this.
+       * src/split.c: Include "dirname.h".
+       (outbase): Now a global var.
+       (outfile_end): Remove.
+       (suffix_length): New var.
+       (shortopts, longopts, main): Add -a or --suffix-length.
+       (next_file_name): Implement -a.  Do not extend the suffix length.
+       Check for file names that are too long.
+       (main): Move outfile initialization to next_file_name.
+
+       * src/split.c (shortopts): Remove -v (a typo).
+
+2002-02-11  Jim Meyering  <meyering@lucent.com>
+
        * tests/misc/head-pos: New file/test for the change of 2002-02-08.
        * tests/misc/Makefile.am (TESTS): Add head-pos.