*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 22 Nov 2001 08:44:49 +0000 (08:44 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 22 Nov 2001 08:44:49 +0000 (08:44 +0000)
old/textutils/ChangeLog

index d85de69..2f18a7d 100644 (file)
@@ -1,7 +1,18 @@
-2001-11-19  Jim Meyering  <meyering@lucent.com>
+2001-11-22  Jim Meyering  <meyering@lucent.com>
 
        * Version 2.0.17.
 
+       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.
+
+       * tests/misc/csplit: New file.  Test for the above fix and others.
+       * tests/misc/Makefile.am (TESTS): Add csplit.
+       * tests/Makefile.am (EXTRA_DIST): Add lang-default.
+
+2001-11-19  Jim Meyering  <meyering@lucent.com>
+
        * src/tail.c (xlseek): New function.
        Call it instead of lseek, in most cases, so any failure is reported.