diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-06-13 00:49:41 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-06-13 00:49:41 +0000 |
commit | baf22bff21f91a8c715729892113c1bf5b7b8c4a (patch) | |
tree | 23a6b891c3eef3f9a5dce192212303070e3887c0 | |
parent | c7ccfc99fc3ce621cc3739896493670316184dec (diff) | |
download | busybox-w32-baf22bff21f91a8c715729892113c1bf5b7b8c4a.tar.gz busybox-w32-baf22bff21f91a8c715729892113c1bf5b7b8c4a.tar.bz2 busybox-w32-baf22bff21f91a8c715729892113c1bf5b7b8c4a.zip |
Give beppu credit for fixing grep "Line too long" bug.
-Erik
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,6 +77,7 @@ | |||
77 | of nested directories. Thanks to Kevin Traas <kevin@netmaster.com> | 77 | of nested directories. Thanks to Kevin Traas <kevin@netmaster.com> |
78 | for helping track this one down. | 78 | for helping track this one down. |
79 | * More doc updates | 79 | * More doc updates |
80 | * Fixed grep "Line too long" problem -- John Beppu | ||
80 | * math takes input from stdin if no args are given. -- John Beppu | 81 | * math takes input from stdin if no args are given. -- John Beppu |
81 | 82 | ||
82 | 83 | ||