diff options
author | Jim Meyering <jim@meyering.net> | 1999-11-03 13:07:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-11-03 13:07:04 +0000 |
commit | dcc7e653c909c2d2c7e1c1c6b64e7a6bbe76dd76 (patch) | |
tree | 7771b5c507012c61f12ddd5e9af9e63008c67b6d | |
parent | 1c04247f533ffb16e32b832a5ae2165b5e5abb9d (diff) | |
download | coreutils-dcc7e653c909c2d2c7e1c1c6b64e7a6bbe76dd76.tar.xz |
*** empty log message ***
-rw-r--r-- | old/textutils/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 3c5290900..757208747 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,27 @@ +1999-11-03 Jim Meyering <meyering@ascend.com> + + Fix so that `tail -fn 2 file' works again. + * src/tail.c (anonymous enum) [LONG_FOLLOW_OPTION]: Define. + (long_options): Use LONG_FOLLOW_OPTION here, instead of 'f'. + (main): Remove the `::' after the `f' in getopt_long string. + Add `case LONG_FOLLOW_OPTION' after `case 'f':'. + Based on a patch from Tim Waugh. + + * src/tail.c (anonymous enum) [RETRY_OPTION]: Define. + [MAX_UNCHANGED_STATS_OPTION]: Likewise. + [MAX_CONSECUTIVE_SIZE_CHANGES_OPTION]: Likewise. + [PID_OPTION]: Likewise. + (long_options): Use *_OPTION instead of CHAR_MAX + N. + (main): Likewise. + +1999-11-02 Jim Meyering <meyering@ascend.com> + + * man/help2man: Import version 1.018. + * man/Makefile.maint ($(man_MANS)): Remove use of --name=... option. + * man/*.x: Include one-line summary in [NAME] section. + * man/Makefile.summ (cat-summary): Remove now-unused file. + Suggestion for clean-up from Akim Demaille. + 1999-11-01 Jim Meyering <meyering@ascend.com> * lib/Makefile.am (MAINTAINERCLEANFILES): Set to $(BUILT_SOURCES). |