diff options
author | Jim Meyering <jim@meyering.net> | 1993-10-24 20:00:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1993-10-24 20:00:39 +0000 |
commit | 3bc2827212cbdb43d877ae46a5a3713d807411e8 (patch) | |
tree | 9509280b345391caef8a619c753b7680b453fccf /old/textutils | |
parent | 6d920eca0c6cae9faf401333316cd3698883fbc2 (diff) | |
download | coreutils-3bc2827212cbdb43d877ae46a5a3713d807411e8.tar.xz |
merge with 1.8h
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index a2fe8124a..c8f2794ee 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,8 @@ Sun Oct 24 00:31:02 1993 Jim Meyering (meyering@comco.com) + * tail.c: Don't include <signal.h>. It hasn't been necessary + since the Dec 12, 1992 change. + * join.c (main): Accept `-v 1' again. First adding --version long option had broken it, though -v1 still worked. Call parse_long_options instead of adding "help" and "version" |