diff options
author | Jim Meyering <jim@meyering.net> | 1995-05-25 05:10:03 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-05-25 05:10:03 +0000 |
commit | ae3864618a2987ae91b69a04c16a42fd329bb866 (patch) | |
tree | 8c8b3c42dd64e824e98dce94fc259ce8c2bc647b /old/textutils | |
parent | 1bca766a5d57ac02337a3c41c7872ac83e3d27e4 (diff) | |
download | coreutils-ae3864618a2987ae91b69a04c16a42fd329bb866.tar.xz |
.
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 8a0dc3f92..f465df38f 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,6 +1,12 @@ -Wed May 24 01:13:44 1995 Jim Meyering (meyering@comco.com) +Thu May 25 00:06:50 1995 Jim Meyering (meyering@comco.com) - * Version 1.11.3. + * 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. + + * csplit.c [struct control]: Change type of `repeat' to unsigned + long to avoid conversion warning. Sun May 21 07:50:00 1995 Jim Meyering (meyering@comco.com) |