diff options
author | Jim Meyering <jim@meyering.net> | 1997-01-23 04:01:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-01-23 04:01:58 +0000 |
commit | 0800b556422267f8f9bde18b0a90b22583159c63 (patch) | |
tree | fd27fb5ddf4c6124c1fe8c8b06bc8e4b0d235516 /old/textutils/ChangeLog | |
parent | 5ac433d29205ab37065fe9ef41a04bf0a51de6dd (diff) | |
download | coreutils-0800b556422267f8f9bde18b0a90b22583159c63.tar.xz |
.
Diffstat (limited to 'old/textutils/ChangeLog')
-rw-r--r-- | old/textutils/ChangeLog | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 42bbcfd4d..96d68482e 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,6 +1,16 @@ -Tue Jan 21 22:49:00 1997 Jim Meyering <meyering@na-net.ornl.gov> +Wed Jan 22 21:34:50 1997 Jim Meyering <meyering@na-net.ornl.gov> + + * tests/Makefile.am (SUBDIRS): Add tail. + * tests/tail: New directory. + * configure.in (AC_OUTPUT): Add tests/tail/Makefile. - * Version 1.22. + * src/tail.c (parse_options): New function. + (parse_obsolescent_option): New function. + (main): Use the new functions instead of open-coding them. + This better fixes the bug in handling obsolescent `+Nc' options. + General cleanup. + +Tue Jan 21 22:49:00 1997 Jim Meyering <meyering@na-net.ornl.gov> * src/tail.c (main): Properly handle what the POSIX spec calls the `obsolescent' usage (e.g., tail +2c). It didn't work. |