diff options
author | Jim Meyering <jim@meyering.net> | 1999-07-30 21:13:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-07-30 21:13:19 +0000 |
commit | a65fa10c4b3612a45d3025bf52e3457dac5c7cbc (patch) | |
tree | b5e84d5d98fdfe96e16fd3594d659862e0a691fb /old | |
parent | 6e38ee2da02a1654bbb197c40f45b732454bfb83 (diff) | |
download | coreutils-a65fa10c4b3612a45d3025bf52e3457dac5c7cbc.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index c825bdb9c..a372075ce 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,16 @@ +1999-07-30 Jim Meyering <meyering@ascend.com> + + * Version 1.22o. + + * src/tail.c: New option: --pid=PID. + Include signal.h for kill prototype. + (pid): New global. + (long_options): Add `pid'. + (usage): Describe it. + (tail_forever): Implement it. + (parse_options): Handle the new option and required arg. + Suggestion and pseudo-code from Karl Heuer. + 1999-07-27 Jim Meyering <meyering@ascend.com> * lib/linebuffer.c: Include <sys/types.h> now that linebuffer.h uses |