diff options
-rw-r--r-- | old/textutils/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 3664ac5ab..89148bca8 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,19 @@ +2000-08-06 Bruno Haible <haible@clisp.cons.org> + + * src/head.c (head): Call write_header here. + (head_file): ... not here. + +2000-08-06 Bruno Haible <haible@clisp.cons.org> + + * src/cat.c (closeout_func): Remove variable. + (close_stdout_wrapper): Remove unused function. + (main): Remove assignment to closeout_func. + +2000-08-06 Bruno Haible <haible@clisp.cons.org> + + * src/fold.c (fold_file): Remove ferror(stdout) check, already done + in close_stdout. + 2000-08-06 Paul Eggert <eggert@twinsun.com> * src/sort.c (usage): Warn more succintly about the effects of |