diff options
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 2 | ||||
-rw-r--r-- | old/textutils/NEWS | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 5778dce6a..a4a9f7517 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -15,8 +15,6 @@ Sat May 27 00:35:47 1995 Jim Meyering (meyering@comco.com) Thu May 25 00:06:50 1995 Jim Meyering (meyering@comco.com) - * Version 1.11.4. - * tail.c (tail_lines): Change one more `long' to `off_t'. Otherwise, tail didn't work on NetBSD. From by Arne H. Juul. diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 391c19339..7bc4fbf43 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,4 +1,5 @@ User-visible changes in release 1.12 +* all --help messages have been improved * join's -a1 and -a2 options work * tr '[:upper:]' '[:lower:]' no longer reads uninitialized memory * sort properly handles command line arguments like `+7.2n' |