diff options
-rw-r--r-- | old/textutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index f6bd56765..ad392c819 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,9 @@ +Sat Jun 14 12:29:12 1997 Jim Meyering <meyering@na-net.ornl.gov> + + * src/cut.c (cut_fields): Detect when the input is empty and handle + that special case. Before `cut -f1 </dev/null' would improperly + output a single newline. Reported by Phil Richards. + Sun Apr 27 15:10:58 1997 Jim Meyering <meyering@na-net.ornl.gov> * man/Makefile.am (DISTFILES): Add $(man_MANS). |