diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-30 11:33:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-30 11:33:04 +0000 |
commit | eb04599224467d748108cd20ee66b771bb10825f (patch) | |
tree | 6de3b0ce8ef282898e096832e568786cca717123 | |
parent | 83e51f160bc3acb23763ff19076b895f49a355f3 (diff) | |
download | coreutils-eb04599224467d748108cd20ee66b771bb10825f.tar.xz |
*** empty log message ***
-rw-r--r-- | old/textutils/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 0496c47d8..ae9027285 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,7 +1,12 @@ -2001-09-28 Jim Meyering <meyering@lucent.com> +2001-09-30 Jim Meyering <meyering@lucent.com> * Version 2.0.16. + tail -F would segfault + * src/tail.c (parse_options): Add missing `break;' from last change. + +2001-09-28 Jim Meyering <meyering@lucent.com> + * configure.ac: Tell automake to use the file name `config.hin' rather than the two-`.' config.h.in. |