summaryrefslogtreecommitdiff
path: root/old/textutils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-22 08:44:49 +0000
committerJim Meyering <jim@meyering.net>2001-11-22 08:44:49 +0000
commitd62d8770a6ca7dc471c9e975b3635d8c035b0e5d (patch)
tree90cc2088322ed9023c931e47d0bea21f997f9419 /old/textutils/ChangeLog
parent84d2cd28202e3dd76f6494015fcf03bd6e204bc1 (diff)
downloadcoreutils-d62d8770a6ca7dc471c9e975b3635d8c035b0e5d.tar.xz
*** empty log message ***
Diffstat (limited to 'old/textutils/ChangeLog')
-rw-r--r--old/textutils/ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index d85de692d..2f18a7d9f 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -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.