From 98ca17881b05ac9273f70de162e7d743bf90588a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 12 Feb 2002 15:46:40 +0000 Subject: [PATCH] *** empty log message *** --- old/textutils/ChangeLog | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 9588903315..4882ec2b8f 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,7 +1,31 @@ -2002-02-11 Jim Meyering +2002-02-12 Jim Meyering * 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 + + 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 + * tests/misc/head-pos: New file/test for the change of 2002-02-08. * tests/misc/Makefile.am (TESTS): Add head-pos. -- 2.47.3