diff options
author | Jim Meyering <jim@meyering.net> | 1996-03-22 04:55:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-03-22 04:55:00 +0000 |
commit | 6d6bfafbdd0f16a1addbda0027e4e59620171ca6 (patch) | |
tree | c7fcaf7bb88836605fbc27da373cea2563cc5799 | |
parent | 7178674807632f117c58eda232f961578a13cee4 (diff) | |
download | coreutils-6d6bfafbdd0f16a1addbda0027e4e59620171ca6.tar.xz |
.
-rw-r--r-- | old/textutils/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index eab2f660f..d83d86d5f 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,4 +1,12 @@ -Thu Mar 21 06:58:36 1996 Jim Meyering (meyering@na-net.ornl.gov) +Thu Mar 21 22:47:50 1996 Jim Meyering (meyering@na-net.ornl.gov) + + * csplit.c: Include assert.h, but disable assertions. + (process_line_count): Replace if-abort with a slightly relaxed + assertion. Before, `echo |csplit - 1 1' would abort. + Reported by Samuli.Karkkainen@hut.fi. + (parse_patterns): Disallow uses like `csplit FILE 0' with zero + line number, `csplit FILE 2 1' with decreasing line numbers, and + warn about uses like `csplit FILE 3 3' that have equal line numbers. * sort.c (main): Declare to be of type int, not void. From Peter Seebach <seebs@taniemarie.solon.com>. |