summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-01-23 04:01:58 +0000
committerJim Meyering <jim@meyering.net>1997-01-23 04:01:58 +0000
commit0800b556422267f8f9bde18b0a90b22583159c63 (patch)
treefd27fb5ddf4c6124c1fe8c8b06bc8e4b0d235516 /old
parent5ac433d29205ab37065fe9ef41a04bf0a51de6dd (diff)
downloadcoreutils-0800b556422267f8f9bde18b0a90b22583159c63.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog14
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.