diff options
author | Jim Meyering <jim@meyering.net> | 1994-12-04 20:56:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-12-04 20:56:35 +0000 |
commit | 96dd28efa2c50f5224dbd98640abfa5b42946629 (patch) | |
tree | bd30b8afaaa4843f7368621706d5b00e19bd74bf | |
parent | 3b0ea78aef5b74b1a1826c6c8ee85039e635d651 (diff) | |
download | coreutils-96dd28efa2c50f5224dbd98640abfa5b42946629.tar.xz |
.
-rw-r--r-- | old/textutils/ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 2cd527816..63e1705c9 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,32 @@ +Thu Nov 17 06:37:33 1994 Jim Meyering (meyering@comco.com) + + * tail.c (dump_remainder): Flush standard output just before + sleeping so that `tail -f' will output partial lines sooner. + This applies only when following the end of a single file. + From Leonard N. Zubkoff <lnz@dandelion.com>. + + * tail.c (file_lines, pipe_lines, pipe_bytes, start_bytes, + start_lines, dump_remainder): Use STDOUT_FILENO instead of `1' in + XWRITE calls. + * tac.c (output): Use STDOUT_FILENO instead of `1' in xwrite call. + * system.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Define if + not already defined. + +Wed Nov 16 07:01:38 1994 Jim Meyering (meyering@comco.com) + + * tr.c: Include <getopt.h> instead of "getopt.h". + + * sort.c (tempname): Merge two very similar sprintf stmts into one. + + * tail.c: Use BUFSIZ instead of BUFSIZE. + + * cut.c: Declare DELIM to be `int' rather than unsigned char. + + * fmt.c: Use index, not strchr -- per GNU Standards. + Reported by Kaveh Ghazi. + Always include <config.h>. + (main): Include program name in --version output. + Sun Nov 06 00:17:21 1994 Jim Meyering (meyering@comco.com) * Version 1.11. |