From 8a6d80dda18ad05745da3568da6be79a1b33352d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 12 Sep 2001 07:28:06 +0000 Subject: *** empty log message *** --- old/textutils/ChangeLog | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'old') 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 +2001-09-12 Jim Meyering * 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 + * 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. -- cgit v1.2.3-70-g09d2