]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Thu, 22 Nov 2001 09:31:30 +0000 (09:31 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 22 Nov 2001 09:31:30 +0000 (09:31 +0000)
old/textutils/ChangeLog

index 2f18a7d9f52612023c73bba69d9b82d8264216d1..92df1877fcef809e41ee95a9c18bb59e7a740f37 100644 (file)
@@ -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.