1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 02:36:16 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2001-11-22 08:44:49 +00:00
parent 84d2cd2820
commit d62d8770a6

View 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.