From: Jim Meyering Date: Fri, 22 Mar 1996 04:55:00 +0000 (+0000) Subject: . X-Git-Tag: SH-UTILS-1_12e~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d6bfafbdd0f16a1addbda0027e4e59620171ca6;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index eab2f660f5..d83d86d5fc 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,4 +1,12 @@ -Thu Mar 21 06:58:36 1996 Jim Meyering (meyering@na-net.ornl.gov) +Thu Mar 21 22:47:50 1996 Jim Meyering (meyering@na-net.ornl.gov) + + * csplit.c: Include assert.h, but disable assertions. + (process_line_count): Replace if-abort with a slightly relaxed + assertion. Before, `echo |csplit - 1 1' would abort. + Reported by Samuli.Karkkainen@hut.fi. + (parse_patterns): Disallow uses like `csplit FILE 0' with zero + line number, `csplit FILE 2 1' with decreasing line numbers, and + warn about uses like `csplit FILE 3 3' that have equal line numbers. * sort.c (main): Declare to be of type int, not void. From Peter Seebach .