summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-09-12 07:28:06 +0000
committerJim Meyering <jim@meyering.net>2001-09-12 07:28:06 +0000
commit8a6d80dda18ad05745da3568da6be79a1b33352d (patch)
tree42b12492daec78dafcfdd72f07e954453dac08f7 /old
parent388c1a6104affbeed3a5244ec1c454efd9180f96 (diff)
downloadcoreutils-8a6d80dda18ad05745da3568da6be79a1b33352d.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog18
1 files changed, 17 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 410164a47..73281be9d 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,7 +1,23 @@
-2001-08-31 Jim Meyering <meyering@lucent.com>
+2001-09-12 Jim Meyering <meyering@lucent.com>
* Version 2.0.15.
+ tail: accept new option: -F, equivalent to `--follow=name --retry',
+ for compatibility with FreeBSD and NetBSD versions of tail.
+
+ * src/tail.c (usage): Describe new option.
+ (parse_options): Accept it.
+ Patch by Christian Kurz, via Herbert Xu.
+
+ The command `echo foo|fmt -w 100000' would cause fmt to segfault.
+
+ * src/fmt.c [struct Word]: Declare members length, space, and
+ line_length to be of type `int', not short.
+ (MAXCOST): Define using TYPE_MAXIMUM.
+ Reported by Herbert Xu.
+
+2001-08-31 Jim Meyering <meyering@lucent.com>
+
* src/fmt.c (bool): Remove typedef, now that it's in system.h.
(TRUE): Define to `true', not 1.
(FALSE): Define to `false', not 0.