diff options
author | Jim Meyering <jim@meyering.net> | 2000-08-07 13:27:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-08-07 13:27:33 +0000 |
commit | 7299626404363754a8391cbbf6e4d55bcbf55ff4 (patch) | |
tree | 4a316aefa0901496c1d706457366c3df3ab5cc71 | |
parent | 0ae67ef6a81cae9ebf73f9d0513d79f6180a78ec (diff) | |
download | coreutils-7299626404363754a8391cbbf6e4d55bcbf55ff4.tar.xz |
*** empty log message ***
-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 |