summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-02-12 15:46:40 +0000
committerJim Meyering <jim@meyering.net>2002-02-12 15:46:40 +0000
commit98ca17881b05ac9273f70de162e7d743bf90588a (patch)
treebc12f3a3d1c95781f498d8b73466cbd76d91e5e0 /old/textutils
parentd4e24746dc32a013814229b6ca414f11e7cc2137 (diff)
downloadcoreutils-98ca17881b05ac9273f70de162e7d743bf90588a.tar.xz
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog26
1 files changed, 25 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 958890331..4882ec2b8 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -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.