From: Jim Meyering Date: Thu, 22 Nov 2001 09:31:30 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-2_0_17~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe8cf19c6b898a3291cbd9ce00b47754f3a5e176;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 2f18a7d9f5..92df1877fc 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -4,8 +4,10 @@ csplit could get a failed assertion: printf 'a\n\n'|csplit - '/^$/' 2 * src/csplit.c: No longer include assert.h. - (process_line_count): Remove invalid assertion. - Reported by Eric Pemente. + (process_line_count): Remove invalid assertion. The test that caused + the failure has been in the code since before 1992-11-08, but since + 1996 it's been in an assertion. That assertion was disabled by default + until textutils-1.22g (1999-01-10). Reported by Eric Pemente. * tests/misc/csplit: New file. Test for the above fix and others. * tests/misc/Makefile.am (TESTS): Add csplit.