diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-22 09:31:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-22 09:31:30 +0000 |
commit | fe8cf19c6b898a3291cbd9ce00b47754f3a5e176 (patch) | |
tree | 99f8e276fefc969c6cc761ed3330d2468e07902d /old/textutils/ChangeLog | |
parent | cf9b64e69709e5c5e7131cc2ca8dd39542375527 (diff) | |
download | coreutils-fe8cf19c6b898a3291cbd9ce00b47754f3a5e176.tar.xz |
.
Diffstat (limited to 'old/textutils/ChangeLog')
-rw-r--r-- | old/textutils/ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 2f18a7d9f..92df1877f 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. |